From e28819b3ad8e47ab640baa4abc04bdffb485675e Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 24 Oct 1997 00:33:25 +0000 Subject: Use ${PREFIX}, not /usr/local! --- misc/buffer/patches/patch-aa | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'misc/buffer') 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 -- cgit v1.2.3