summaryrefslogtreecommitdiff
path: root/misc/fep
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 07:46:36 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 07:46:36 +0000
commitf89066545cbfabf4ebd3625541034037ea8d1ae0 (patch)
tree7cd7c41feaea84db1ec2c21169966b144bcd9102 /misc/fep
parentUse the MANx variables. This commit only covers ports that (diff)
Don't gratuitously ignore PREFIX. Still be gratuitously stupid.
Notes
Notes: svn path=/head/; revision=12748
Diffstat (limited to 'misc/fep')
-rw-r--r--misc/fep/files/patch-aa5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/fep/files/patch-aa b/misc/fep/files/patch-aa
index e47aa4997601..b3afe291b31d 100644
--- a/misc/fep/files/patch-aa
+++ b/misc/fep/files/patch-aa
@@ -21,9 +21,10 @@
@@ -37,7 +37,7 @@
install: $(TARGET)
- install -s $(TARGET) $(INSTDIR)
+- install -s $(TARGET) $(INSTDIR)
++ $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/bin
- 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' \