diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-07 19:34:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-07 19:34:58 +0000 |
commit | 66f7420402107b66ccd40ff2b923c48030ac3f87 (patch) | |
tree | 5b60714fb4bf6cfb1dc6160ba7b763258fabc99c | |
parent | upgrade to 1.0.4pre2 (diff) |
update to dev.25
Notes
Notes:
svn path=/head/; revision=13046
-rw-r--r-- | www/lynx-current/Makefile | 6 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 2 | ||||
-rw-r--r-- | www/lynx-current/files/patch-aa | 33 |
3 files changed, 29 insertions, 12 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index ed3686123352..b7d530951dcf 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,11 +4,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.90 1998/07/24 06:55:42 ache Exp $ +# $Id: Makefile,v 1.91 1998/08/23 05:01:14 ache Exp $ # -DISTNAME= lynx2.8.1dev.22 -PKGNAME= lynx-2.8.1dev.22 +DISTNAME= lynx2.8.1dev.25 +PKGNAME= lynx-2.8.1dev.25 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index 1202aa5a300c..ea8667e097b8 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1 +1 @@ -MD5 (lynx2.8.1dev.22.tar.gz) = 93c14f4c7599f828f10c541f16ec892e +MD5 (lynx2.8.1dev.25.tar.gz) = 62a24965ccedae939b185ba26f63843c diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa index d1df17696a47..8d594ee59e05 100644 --- a/www/lynx-current/files/patch-aa +++ b/www/lynx-current/files/patch-aa @@ -1,19 +1,36 @@ -*** makefile.in.bak Sun Dec 14 02:30:40 1997 ---- makefile.in Mon Dec 15 17:48:54 1997 +*** makefile.in.orig Mon Sep 7 14:02:16 1998 +--- makefile.in Mon Sep 7 23:23:06 1998 *************** -*** 37,43 **** +*** 43,49 **** libdir= @libdir@ ## Where you want the help-files installed ! helpdir= @libdir@/lynx_help - installbin= @INSTALL_PROGRAM@ -s -m 755 - installdoc= @INSTALL_DATA@ ---- 37,43 ---- + ##set the relative location of the WWW library Implementation directory, + ##from this directory +--- 43,49 ---- libdir= @libdir@ ## Where you want the help-files installed ! helpdir= $(prefix)/lib/lynx_help - installbin= @INSTALL_PROGRAM@ -s -m 755 - installdoc= @INSTALL_DATA@ + ##set the relative location of the WWW library Implementation directory, + ##from this directory +*************** +*** 319,325 **** + + install-log : $(libdir) config.cache + -@sed -e '/^#/d' \ +! -e 's/^.._cv_\(.*\)=.*=\(.*\)\}/\1=\2/g' \ + config.cache | \ + $(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt + +--- 319,325 ---- + + install-log : $(libdir) config.cache + -@sed -e '/^#/d' \ +! -e 's/^.._cv_\(.*\)=.*=\(.*\)}/\1=\2/g' \ + config.cache | \ + $(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt + |