diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-27 05:34:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-27 05:34:42 +0000 |
commit | 8b86730a2a92686cbd99cab113434070754bbd26 (patch) | |
tree | 5069f39bbd2474d2135fa155118f827677e6600a /www/lynx/files | |
parent | f80f190a5ac9693005cae690aded7c8854e501f3 (diff) |
Upgrade to 2.8 (hope maintainer don't mind)
PR: 6128
Notes
Notes:
svn path=/head/; revision=10319
Diffstat (limited to 'www/lynx/files')
-rw-r--r-- | www/lynx/files/patch-aa | 64 |
1 files changed, 14 insertions, 50 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa index 576bcd58352c..d1df17696a47 100644 --- a/www/lynx/files/patch-aa +++ b/www/lynx/files/patch-aa @@ -1,55 +1,19 @@ -*** Makefile.orig Wed Dec 31 17:11:19 1997 ---- Makefile Wed Jan 14 02:01:23 1998 +*** makefile.in.bak Sun Dec 14 02:30:40 1997 +--- makefile.in Mon Dec 15 17:48:54 1997 *************** -*** 1,6 **** ---- 1,7 ---- - ##makefile for lynx +*** 37,43 **** + libdir= @libdir@ - SHELL = /bin/sh -+ PREFIX ?= /usr/local + ## Where you want the help-files installed +! helpdir= @libdir@/lynx_help - ##uncomment the next line if your make fails to set $(MAKE) - #MAKE= make -*************** -*** 14,28 **** - - ##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/local/man/man1 -! doc= /usr/local/man/man1 - - ##change the next line if you want the lynx.cfg file installed somewhere - ##besides /usr/local/lib -! cfg= /usr/local/lib - - installbin= install -c -s -m 755 - installdoc= install -c -m 444 ---- 15,29 ---- - - ##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/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= ${PREFIX}/etc - - installbin= install -c -s -m 755 - installdoc= install -c -m 444 -*************** -*** 274,279 **** ---- 275,281 ---- + installbin= @INSTALL_PROGRAM@ -s -m 755 + installdoc= @INSTALL_DATA@ +--- 37,43 ---- + libdir= @libdir@ - # Set SITE_DEFS to one or more of the defines for lynx below: - SITE_DEFS = $(DIR_DEFS) # Your defines here -+ SITE_DEFS += -DLYNX_CFG_FILE='\"'$(PREFIX)/etc/lynx.cfg'\"' + ## Where you want the help-files installed +! helpdir= $(prefix)/lib/lynx_help - # if you are compiling on a previously unsupported system, modify - # this generic entry!! + installbin= @INSTALL_PROGRAM@ -s -m 755 + installdoc= @INSTALL_DATA@ |