From 70cf9d6f4792571d2b3d1dbbef0e9ed77d4c39bc Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 24 Oct 1997 01:14:37 +0000 Subject: Use ${PREFIX}, not /usr/local! --- misc/fep/patches/patch-aa | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'misc/fep') diff --git a/misc/fep/patches/patch-aa b/misc/fep/patches/patch-aa index e47aa499760..d9d48723eb1 100644 --- a/misc/fep/patches/patch-aa +++ b/misc/fep/patches/patch-aa @@ -1,6 +1,11 @@ ---- Makefile.orig Thu Jun 10 11:51:22 1993 -+++ Makefile Tue Feb 20 14:17:52 1996 -@@ -19,13 +19,13 @@ +--- Makefile.orig Thu Jun 10 04:51:22 1993 ++++ Makefile Thu Oct 23 22:50:09 1997 +@@ -15,17 +15,17 @@ + DISTRIBUTION\ + = Makefile fep.1 $(HEADER) $(SRC) feprc.sample README + +-INSTDIR = /usr/local/bin ++INSTDIR = ${PREFIX}/bin #STAT = -DSTAT# Delete # for statistic info #KANJI = -DKANJI# Delete # for KANJI handling @@ -12,8 +17,8 @@ +#DEBUG = -O -CFLAGS = $(DEBUG) $(CONFIG) -+CFLAGS += $(DEBUG) $(CONFIG) -LDFLAGS = -ltermcap ++CFLAGS += $(DEBUG) $(CONFIG) +LDFLAGS = -ltermcap -lcompat all: $(TARGET) @@ -23,7 +28,7 @@ install: $(TARGET) install -s $(TARGET) $(INSTDIR) - install -c fep.1 /usr/man/manl/fep.l -+ gzip -9n -c fep.1 > /usr/local/man/man1/fep.1.gz ++ gzip -9n -c fep.1 > ${PREFIX}/man/man1/fep.1.gz fep.1: fep.jman sed -e '/^\.EG/d' -e '/^\.JP/,/^\.EJ/d' -e '/^\.\\"KS/,/^\.\\"KE/d' \ -- cgit v1.2.3