diff options
author | hubertf <hubertf> | 1997-10-24 00:33:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-24 00:33:25 +0000 |
commit | 54b35240b59bc10f61fcc6cfa2a7917d120ce801 (patch) | |
tree | 5ca13247d94240a61d15f53a4577eedcd6915b7e /misc/buffer | |
parent | 61f0b4de697d470b77292cf86e7002a799698be7 (diff) | |
download | pkgsrc-54b35240b59bc10f61fcc6cfa2a7917d120ce801.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 |