diff options
Diffstat (limited to 'net/tinyfugue/files/patch-ab')
| -rw-r--r-- | net/tinyfugue/files/patch-ab | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/tinyfugue/files/patch-ab b/net/tinyfugue/files/patch-ab index f91d26487bfc..6455a07691f7 100644 --- a/net/tinyfugue/files/patch-ab +++ b/net/tinyfugue/files/patch-ab @@ -1,19 +1,22 @@ ---- Config.old Sat Jan 4 12:48:06 1997 -+++ unix/Config Sat Jan 4 12:50:59 1997 -@@ -33,9 +33,9 @@ +--- unix/Config.orig Fri Apr 4 11:51:58 1997 ++++ unix/Config Mon Jun 16 18:18:29 1997 +@@ -33,9 +33,12 @@ # even if an old version is currently in use. You can remove # the old version manually later when it is no longer in use. -# EXE="/usr/local/bin/tf-${TFVER}" -# LIBDIR="/usr/local/lib/tf-${TFVER}-lib" -# SYMLINK="/usr/local/bin/tf" ++if [ -z "${PREFIX}" ]; then ++ PREFIX="/usr/local" ++fi +EXE="${PREFIX}/bin/tf-${TFVER}" +LIBDIR="${PREFIX}/lib/tf-${TFVER}-lib" +SYMLINK="${PREFIX}/bin/tf" ### Manual Page. -@@ -44,8 +44,8 @@ +@@ -44,8 +47,8 @@ # uses nroff format; set MANTYPE=cat if your man uses pre-formatted # vt100 "catman" pages. Default is "cat". |
