update to dev.25

This commit is contained in:
Andrey A. Chernov 1998-09-07 19:34:58 +00:00
parent 77da957c06
commit 66f7420402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13046
3 changed files with 29 additions and 12 deletions

View File

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

View File

@ -1 +1 @@
MD5 (lynx2.8.1dev.22.tar.gz) = 93c14f4c7599f828f10c541f16ec892e
MD5 (lynx2.8.1dev.25.tar.gz) = 62a24965ccedae939b185ba26f63843c

View File

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