aboutsummaryrefslogtreecommitdiff
path: root/japanese/lynx-current/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-11-14 16:57:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-11-14 16:57:46 +0000
commit08da26b2287e18007649c7b96965464f103285c2 (patch)
treea75cd2cde6131d662f10728afaa3f43d1d1dc93a /japanese/lynx-current/files
parentb63234040b9a40892db09024321536a0c5d010db (diff)
downloadports-08da26b2287e18007649c7b96965464f103285c2.tar.gz
ports-08da26b2287e18007649c7b96965464f103285c2.zip
Update to 2.8.2dev.1.
PR: ports/8643 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=14516
Diffstat (limited to 'japanese/lynx-current/files')
-rw-r--r--japanese/lynx-current/files/patch-aa22
1 files changed, 13 insertions, 9 deletions
diff --git a/japanese/lynx-current/files/patch-aa b/japanese/lynx-current/files/patch-aa
index 3784dbd5a8d4..fe46ce058c74 100644
--- a/japanese/lynx-current/files/patch-aa
+++ b/japanese/lynx-current/files/patch-aa
@@ -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 '=' '%'