1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/lynx-current/files/patch-aa
Jun Kuriyama 08da26b228 Update to 2.8.2dev.1.
PR:		ports/8643
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-11-14 16:57:46 +00:00

24 lines
728 B
Plaintext

--- 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
@@ -262,6 +262,7 @@
(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
( cd $(docdir) && tar xf - )
-rm -f $(libdir)/lynx.tmp
+ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg
# HPUX 'sed' does not seem to like '=' as pattern delimiter.
FIX_SED = tr '=' '%'