diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-24 00:33:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-24 00:33:25 +0000 |
commit | e28819b3ad8e47ab640baa4abc04bdffb485675e (patch) | |
tree | 5ca13247d94240a61d15f53a4577eedcd6915b7e /misc | |
parent | e89677cb25f2a085f0956ae11c5dc68a0ed0ccc4 (diff) | |
download | pkgsrc-e28819b3ad8e47ab640baa4abc04bdffb485675e.tar.gz |
Use ${PREFIX}, not /usr/local!
Diffstat (limited to 'misc')
-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 |