diff options
author | hubertf <hubertf> | 1997-10-24 00:33:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-24 00:33:25 +0000 |
commit | 3f757b82e468468555f0ac35a89deb3dbb2212b0 (patch) | |
tree | 5ca13247d94240a61d15f53a4577eedcd6915b7e /misc/buffer | |
parent | 1bea45fd5b0a1f159f5aabe6c5f694fadb087301 (diff) | |
download | pkgsrc-3f757b82e468468555f0ac35a89deb3dbb2212b0.tar.gz |
Use ${PREFIX}, not /usr/local!
Diffstat (limited to 'misc/buffer')
-rw-r--r-- | misc/buffer/patches/patch-aa | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/buffer/patches/patch-aa b/misc/buffer/patches/patch-aa index 1e9af6b12cb..c68fb55dd33 100644 --- a/misc/buffer/patches/patch-aa +++ b/misc/buffer/patches/patch-aa @@ -1,12 +1,14 @@ diff -udr buffer.ORG/Makefile buffer/Makefile ---- buffer.ORG/Makefile Wed Jul 14 17:59:17 1993 -+++ Makefile Thu Nov 16 20:09:23 1995 -@@ -8,7 +8,7 @@ +--- buffer.ORG/Makefile Wed Jul 14 17:59:17 1993 ++++ Makefile Thu Oct 23 03:54:43 1997 +@@ -7,8 +7,8 @@ + CFLAGS= # Where to install buffer and its manual pages - INSTBIN=/usr/local/bin +-INSTBIN=/usr/local/bin -INSTMAN=/usr/man/manl -+INSTMAN=/usr/local/man/manl ++INSTBIN=${PREFIX}/bin ++INSTMAN=${PREFIX}/man/manl # The manual page section (normally l or 1) S=l |