1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/www/lynx/files/patch-aa
1997-12-02 00:24:34 +00:00

22 lines
601 B
Plaintext

--- 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