diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-02 00:24:34 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-02 00:24:34 +0000 |
commit | daade60777b6b2c843db97a6ecd5ae37de78171d (patch) | |
tree | 264c9195fd0ec8f97d35adc9466333f03d23b7ef /www/lynx/files/patch-aa | |
parent | Edit out $Id$ line. (diff) |
Switch to version 2.7.1.
Diffstat (limited to '')
-rw-r--r-- | www/lynx/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa new file mode 100644 index 000000000000..5db43bdec008 --- /dev/null +++ b/www/lynx/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.orig Thu Apr 3 09:55:28 1997 ++++ Makefile Mon Dec 1 18:22:13 1997 +@@ -14,15 +14,15 @@ + + ##change the next line if you want lynx installed somewhere + ##besides /usr/local/bin +-exec= /usr/local/bin ++exec= ${PREFIX}/bin + + ##change the next line if you want the lynx man file installed somewhere + ##besides /usr/local/man/man1 +-doc= /usr/local/man/man1 ++doc= ${PREFIX}/man/man1 + + ##change the next line if you want the lynx.cfg file installed somewhere + ##besides /usr/local/lib +-cfg= /usr/local/lib ++cfg= ${PREFIX}/etc + + installbin= install -c -s -m 755 + installdoc= install -c -m 444 |