diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-23 15:46:36 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-23 15:46:36 +0800 |
commit | ef83be39bd2a1805adb18ab7a715c2e7e3b42370 (patch) | |
tree | 44ded4bbfc01d2e83d3a0158fae7cb17f0150663 /misc | |
parent | c434f5466e2b1d03992d20a2fee795f19397486c (diff) | |
download | freebsd-ports-gnome-ef83be39bd2a1805adb18ab7a715c2e7e3b42370.tar.gz freebsd-ports-gnome-ef83be39bd2a1805adb18ab7a715c2e7e3b42370.tar.zst freebsd-ports-gnome-ef83be39bd2a1805adb18ab7a715c2e7e3b42370.zip |
Don't gratuitously ignore PREFIX. Still be gratuitously stupid.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fep/files/patch-aa | 5 |
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' \ |