tf (1:4.0s1-17) unix/Config

Summary

 unix/Config |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

    
download this patch

Patch contents

--- tf-4.0s1.orig/unix/Config
+++ tf-4.0s1/unix/Config
@@ -33,8 +33,8 @@
 #   even if an old version is currently in use.  You can remove
 #   the old version manually later when it is no longer in use.
 
-# TF="/usr/local/bin/tf-${TFVER}"
-# LIBDIR="/usr/local/lib/tf-${TFVER}-lib"
+TF="/usr/games/tf"
+LIBDIR="/usr/share/games/tf"
 # SYMLINK="/usr/local/bin/tf"
 
 
@@ -44,8 +44,8 @@
 # uses nroff format; set MANTYPE=cat if your man uses pre-formatted
 # vt100 "catman" pages.  Default is "cat".
 
-# MANTYPE="nroff"
-# MANPAGE="/usr/local/man/man1/tf.1"
+MANTYPE="nroff"
+MANPAGE="/usr/man/man6/tf.6"
 
 
 ### Flags.
@@ -110,7 +110,7 @@
 # by removing the leading "#".
 
 # CC=cc
-# CCFLAGS="-g"
+CCFLAGS="-O2 -g -Wall"
 
 
 ### Stripping.