diff options
author | ache <ache@FreeBSD.org> | 1998-03-27 13:34:42 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-27 13:34:42 +0800 |
commit | daff355d6ab091b130a9915c56b89409fcc1249d (patch) | |
tree | de015a6fe9dbc549a71e122f12bb80e9dfa6d7e8 /www/lynx/files | |
parent | fa3be906dfbdcb19579bc22895bb097d03f02461 (diff) | |
download | freebsd-ports-gnome-daff355d6ab091b130a9915c56b89409fcc1249d.tar.gz freebsd-ports-gnome-daff355d6ab091b130a9915c56b89409fcc1249d.tar.zst freebsd-ports-gnome-daff355d6ab091b130a9915c56b89409fcc1249d.zip |
Upgrade to 2.8 (hope maintainer don't mind)
PR: 6128
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@ |