diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 07:41:24 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 07:41:24 +0800 |
commit | 511f049da56e37900533b5eff597e6afe060f608 (patch) | |
tree | 8070183948c9d2edf1a78aef877ac28527a88362 /japanese/lynx-current/files | |
parent | e33a0a40daf2f78553f139c17499e17f8f4a7129 (diff) | |
download | freebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.tar.gz freebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.tar.zst freebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.zip |
A terminal-based World-Wide Web Client with multi-byte modifications.
PR: ports/6415
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'japanese/lynx-current/files')
-rw-r--r-- | japanese/lynx-current/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/lynx-current/files/patch-aa b/japanese/lynx-current/files/patch-aa new file mode 100644 index 000000000000..3784dbd5a8d4 --- /dev/null +++ b/japanese/lynx-current/files/patch-aa @@ -0,0 +1,19 @@ +--- makefile.in.orig Fri Jul 31 18:34:41 1998 ++++ makefile.in Mon Aug 10 02:12:53 1998 +@@ -37,7 +37,7 @@ + libdir= @libdir@ + + ## 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 - ) + (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \ + ( cd $(helpdir) && tar xf - ) ++ cp $(srcdir)/lynx.cfg $(helpdir)/samples/lynx.cfg + -rm -f $(libdir)/lynx.tmp + sh -c 'if test -f $(libdir)/lynx.cfg ; then \ + mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \ |