aboutsummaryrefslogtreecommitdiff
path: root/archivers/lha/files
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-10-06 20:01:34 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-10-06 20:01:34 +0000
commita5a545ac637d596821b5175bc080deab9869a156 (patch)
tree11a72e635210a367f4d01eec4faa3202bbeffaf6 /archivers/lha/files
parentdce243e0ee9b77816de1ea54e945b2bb8daa711e (diff)
downloadports-a5a545ac637d596821b5175bc080deab9869a156.tar.gz
ports-a5a545ac637d596821b5175bc080deab9869a156.zip
Use ${PREFIX} instead of /usr/local
Notes
Notes: svn path=/head/; revision=2285
Diffstat (limited to 'archivers/lha/files')
-rw-r--r--archivers/lha/files/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/lha/files/patch-aa b/archivers/lha/files/patch-aa
index da61488376ae..489fbf6f072d 100644
--- a/archivers/lha/files/patch-aa
+++ b/archivers/lha/files/patch-aa
@@ -84,8 +84,8 @@
if (original_size == 0L)
printf ("******");
-*** ./Makefile.old Wed Sep 23 23:29:48 1992
---- ./Makefile Mon Dec 26 11:52:27 1994
+*** Makefile.orig Wed Sep 23 21:29:48 1992
+--- Makefile Thu Sep 28 21:20:09 1995
***************
*** 13,31 ****
CC = cc
@@ -99,8 +99,8 @@
#OPTIMIZE = -g # -O -fstrength-reduce -fomit-frame-pointer
! OPTIMIZE = -O
- BINDIR = /usr/local/bin
- MANDIR = /usr/local/man
+! BINDIR = /usr/local/bin
+! MANDIR = /usr/local/man
! MANSECT = n
! INSTALL = install
@@ -121,8 +121,8 @@
#OPTIMIZE = -g # -O -fstrength-reduce -fomit-frame-pointer
! OPTIMIZE = -O2
- BINDIR = /usr/local/bin
- MANDIR = /usr/local/man
+! BINDIR = ${PREFIX}/bin
+! MANDIR = ${PREFIX}/man
! MANSECT = 1
! INSTALL = install -c -o bin -g bin