diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-23 07:46:36 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-23 07:46:36 +0000 |
commit | f89066545cbfabf4ebd3625541034037ea8d1ae0 (patch) | |
tree | 7cd7c41feaea84db1ec2c21169966b144bcd9102 | |
parent | f0dd53f0e91934a86b03d632e2531039b2dec1ca (diff) | |
download | ports-f89066545cbfabf4ebd3625541034037ea8d1ae0.tar.gz ports-f89066545cbfabf4ebd3625541034037ea8d1ae0.zip |
Don't gratuitously ignore PREFIX. Still be gratuitously stupid.
Notes
Notes:
svn path=/head/; revision=12748
-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' \ |