aboutsummaryrefslogtreecommitdiff
path: root/net/tinyfugue/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-23 17:56:22 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-23 17:56:22 +0000
commit4728423507cb58bf129eab7e7626e2321868e0fb (patch)
tree1f83825ae83de9e3e52277b53fbfb35bce12e0bb /net/tinyfugue/files
parente82c8cd52ae8b5671b3476cbbcc52c77299d2ecf (diff)
downloadports-4728423507cb58bf129eab7e7626e2321868e0fb.tar.gz
ports-4728423507cb58bf129eab7e7626e2321868e0fb.zip
Upgrade ports/net/tinyfugue to version 4.0 alpha 3.
Notes
Notes: svn path=/head/; revision=8776
Diffstat (limited to 'net/tinyfugue/files')
-rw-r--r--net/tinyfugue/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyfugue/files/patch-ab b/net/tinyfugue/files/patch-ab
index 6455a07691f7..399ac4cf508e 100644
--- a/net/tinyfugue/files/patch-ab
+++ b/net/tinyfugue/files/patch-ab
@@ -4,13 +4,13 @@
# 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}"
+-# TF="/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}"
++TF="${PREFIX}/bin/tf-${TFVER}"
+LIBDIR="${PREFIX}/lib/tf-${TFVER}-lib"
+SYMLINK="${PREFIX}/bin/tf"