Update to 2.8.2dev.1.

PR:		ports/8643
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
This commit is contained in:
Jun Kuriyama 1998-11-14 16:57:46 +00:00
parent b63234040b
commit 08da26b228
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14516
4 changed files with 51 additions and 48 deletions

View File

@ -3,24 +3,22 @@
# Date created: 10 August 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
# $Id: Makefile,v 1.2 1998/08/25 11:12:13 jkoshy Exp $
# $Id: Makefile,v 1.3 1998/10/06 22:29:29 asami Exp $
#
DISTNAME= lynx2.8.1dev.22
PKGNAME= ja-lynx-2.8.1.22
DISTNAME= lynx2.8.2dev.1
PKGNAME= ja-lynx-2.8.2.1
CATEGORIES= japanese www
MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/current/
MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/current/
MAINTAINER= shige@kuis.kyoto-u.ac.jp
BROKEN= fetch
NO_LATEST_LINK= YES
WRKSRC= ${WRKDIR}/lynx2-8-1
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
MAKEFILE= makefile
INSTALL_TARGET= install install-help
WRKSRC= ${WRKDIR}/lynx2-8-1
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
MAKEFILE= makefile
INSTALL_TARGET= install install-help install-doc
MAN1= lynx.1
post-install:

View File

@ -1 +1 @@
MD5 (lynx2.8.1dev.22.tar.gz) = 93c14f4c7599f828f10c541f16ec892e
MD5 (lynx2.8.2dev.1.tar.gz) = fb8d6ec40da7d437514d841209421d2d

View File

@ -1,19 +1,23 @@
--- makefile.in.orig Fri Jul 31 18:34:41 1998
+++ makefile.in Mon Aug 10 02:12:53 1998
@@ -37,7 +37,7 @@
--- makefile.in.orig Fri Nov 6 23:29:41 1998
+++ makefile.in Tue Nov 10 23:38:26 1998
@@ -41,10 +41,10 @@
libdir= @libdir@
## Where you want the doc-files installed
-docdir= @libdir@/lynx_doc
+docdir= @datadir@/doc/lynx
## Where you want the help-files installed
-helpdir= @libdir@/lynx_help
+helpdir= $(prefix)/lib/lynx_help
##set the relative location of the WWW library Implementation directory,
##from this directory
@@ -250,6 +250,7 @@
(cd $(srcdir)/lynx_help && tar cf - . ) | ( cd $(helpdir) && tar xf - )
@@ -262,6 +262,7 @@
(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
( cd $(helpdir) && tar xf - )
+ cp $(srcdir)/lynx.cfg $(helpdir)/samples/lynx.cfg
( cd $(docdir) && tar xf - )
-rm -f $(libdir)/lynx.tmp
sh -c 'if test -f $(libdir)/lynx.cfg ; then \
mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \
+ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg
# HPUX 'sed' does not seem to like '=' as pattern delimiter.
FIX_SED = tr '=' '%'

View File

@ -1,11 +1,6 @@
bin/lynx
etc/lynx.cfg
lib/lynx_help/COPYHEADER
lib/lynx_help/COPYING
lib/lynx_help/CHANGES
lib/lynx_help/Lynx_users_guide.html
lib/lynx_help/PROBLEMS
lib/lynx_help/README
lib/lynx_help/about_lynx.html
lib/lynx_help/keystrokes/bookmark_help.html
lib/lynx_help/keystrokes/cookie_help.html
@ -25,27 +20,33 @@ lib/lynx_help/keystrokes/xterm_help.html
lib/lynx_help/lynx-dev.html
lib/lynx_help/lynx_help_main.html
lib/lynx_help/lynx_url_support.html
lib/lynx_help/samples/jumpsUnix.html
lib/lynx_help/samples/jumpsVMS.html
lib/lynx_help/samples/lynx-keymaps
lib/lynx_help/samples/lynx.com
lib/lynx_help/samples/lynx.cfg
lib/lynx_help/samples/lynx.lss
lib/lynx_help/samples/mailcap
lib/lynx_help/samples/mime.types
lib/lynx_help/test/ALT88592.html
lib/lynx_help/test/ISO_LATIN1_test.html
lib/lynx_help/test/README.txt
lib/lynx_help/test/TestComment.html
lib/lynx_help/test/c1.html
lib/lynx_help/test/iso8859-1.html
lib/lynx_help/test/iso88592.html
lib/lynx_help/test/raw8bit.html
lib/lynx_help/test/spaces.html
lib/lynx_help/test/sgml.html
lib/lynx_help/test/tabtest.html
lib/lynx_help/test/unicode.html
@dirrm lib/lynx_help/test
@dirrm lib/lynx_help/samples
share/doc/lynx/CHANGES
share/doc/lynx/COPYHEADER
share/doc/lynx/COPYING
share/doc/lynx/PROBLEMS
share/doc/lynx/README
share/doc/lynx/samples/jumpsUnix.html
share/doc/lynx/samples/jumpsVMS.html
share/doc/lynx/samples/lynx-keymaps
share/doc/lynx/samples/lynx.cfg
share/doc/lynx/samples/lynx.com
share/doc/lynx/samples/lynx.lss
share/doc/lynx/samples/mailcap
share/doc/lynx/samples/mime.types
share/doc/lynx/test/ALT88592.html
share/doc/lynx/test/ISO_LATIN1_test.html
share/doc/lynx/test/README.txt
share/doc/lynx/test/TestComment.html
share/doc/lynx/test/c1.html
share/doc/lynx/test/iso8859-1.html
share/doc/lynx/test/iso88592.html
share/doc/lynx/test/raw8bit.html
share/doc/lynx/test/sgml.html
share/doc/lynx/test/spaces.html
share/doc/lynx/test/tabtest.html
share/doc/lynx/test/unicode.html
@dirrm share/doc/lynx/test
@dirrm share/doc/lynx/samples
@dirrm share/doc/lynx
@dirrm lib/lynx_help/keystrokes
@dirrm lib/lynx_help