diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:02:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-02 04:02:00 +0000 |
commit | 8b256362dc7e5e26fa34c28b48b569ee85752997 (patch) | |
tree | 5bef5ed2b1c92629abbd500bed9b17047f9c390b /japanese/lynx/files/patch-aa | |
parent | Grab the compress'd version of the distfile. (diff) |
Update to version 2.8.1.
PR: 8483
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=14293
Diffstat (limited to 'japanese/lynx/files/patch-aa')
-rw-r--r-- | japanese/lynx/files/patch-aa | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/japanese/lynx/files/patch-aa b/japanese/lynx/files/patch-aa index 5a9ece363aa4..bd0df60043d9 100644 --- a/japanese/lynx/files/patch-aa +++ b/japanese/lynx/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 Sun Sep 13 23:35:55 1998 ++++ makefile.in Tue Sep 15 08:08:01 1998 +@@ -41,10 +41,10 @@ libdir= @libdir@ + ## Where you want the doc-files installed +-docdir= @libdir@/lynx_doc ++docdir= $(prefix)/share/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 -@@ -257,6 +257,7 @@ - (cd $(srcdir)/lynx_help && tar cf - . ) | ( cd $(helpdir) && tar xf - ) +@@ -260,6 +260,7 @@ + @echo Copying sample files (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 - ) ++ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg -rm -f $(libdir)/lynx.tmp - sh -c 'if test -f $(libdir)/lynx.cfg ; then \ - mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \ + + install-help : $(helpdir) |