1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/lynx-current/files/patch-aa
Jun Kuriyama f8b907bb46 A terminal-based World-Wide Web Client with multi-byte modifications.
PR:		ports/6415
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-08-10 23:41:24 +00:00

20 lines
712 B
Plaintext

--- 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 ; \