diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-07-05 13:39:18 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-07-05 13:39:18 +0000 |
commit | b1dd4c58d85c4ad9fa1efe20599bb6acc89f4eaa (patch) | |
tree | 2861a106efb6d3e8a647b4f2126094f4a63ba5e7 /www | |
parent | 1e77bda6925f218235d5d75438a09c45c7c12158 (diff) | |
download | ports-b1dd4c58d85c4ad9fa1efe20599bb6acc89f4eaa.tar.gz ports-b1dd4c58d85c4ad9fa1efe20599bb6acc89f4eaa.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/files/patch-aa | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa index b7b2353e8104..03c9a4d9e14d 100644 --- a/www/lynx/files/patch-aa +++ b/www/lynx/files/patch-aa @@ -1,16 +1,16 @@ -*** Makefile.orig Mon Feb 12 11:58:22 1996 ---- Makefile Thu Feb 22 05:23:54 1996 +*** Makefile.orig Fri Jun 28 01:06:34 1996 +--- Makefile Fri Jul 5 15:02:51 1996 *************** *** 10,29 **** - ##change the next line if you want lynx installed somewhere + ##change the next line if you want lynx installed somewhere ##besides /usr/local/bin ! exec= /usr/local/bin ##change the next line if you want the lynx man file installed somewhere - ##besides /usr/man/man1 + ##besides /usr/local/man/man1 -! doc= /usr/man/man1 +! doc= /usr/local/man/man1 ##change the next line if you want the lynx.cfg file installed somewhere ##besides /usr/local/lib @@ -21,15 +21,15 @@ ! installdoc= install -c -m 444 - #set the relative location of the WWW library Implementation directory, + #set the relative location of the WWW library Implementation directory, --- 10,29 ---- - ##change the next line if you want lynx installed somewhere + ##change the next line if you want lynx installed somewhere ##besides /usr/local/bin ! exec= ${PREFIX}/bin ##change the next line if you want the lynx man file installed somewhere - ##besides /usr/man/man1 + ##besides /usr/local/man/man1 ! doc= ${PREFIX}/man/man1 @@ -42,26 +42,26 @@ ! installdoc= ${INSTALL} -c -m 444 -o ${BINOWN} -g ${BINGRP} - #set the relative location of the WWW library Implementation directory, + #set the relative location of the WWW library Implementation directory, *************** -*** 320,326 **** - freebsd-ncurses: +*** 394,400 **** + freebsd-ncurses: cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)" cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \ ! -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \ -I../$(WWWINC) $(SITE_DEFS)" \ - LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \ - WWWLIB="../WWW/Library/freebsd/libwww.a" ---- 320,326 ---- - freebsd-ncurses: + LIBS="-lncurses -lmytinfo \ + $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \ +--- 394,400 ---- + freebsd-ncurses: cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)" cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \ ! -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"' -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \ -I../$(WWWINC) $(SITE_DEFS)" \ - LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \ - WWWLIB="../WWW/Library/freebsd/libwww.a" + LIBS="-lncurses -lmytinfo \ + $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \ *************** -*** 644,650 **** +*** 857,863 **** install: -mv -f $(exec)/lynx $(exec)/lynx.old @@ -69,7 +69,7 @@ $(installbin) lynx $(exec)/lynx $(installdoc) lynx.man $(doc)/lynx.1 ! $(installdoc) lynx.cfg $(cfg)/lynx.cfg ---- 644,653 ---- +--- 857,866 ---- install: -mv -f $(exec)/lynx $(exec)/lynx.old |