summaryrefslogtreecommitdiff
path: root/www/lynx-current/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-01-02 18:38:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-01-02 18:38:34 +0000
commite393723557a9a5d5bfc9108a0f3521069edf3631 (patch)
treea53c4edc53c01fc212de6a909ea80e2f6de398d8 /www/lynx-current/files
parentupgrade to 1.4.1 (diff)
Upgrade to 2.8.5dev.12
Notes
Notes: svn path=/head/; revision=72260
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r--www/lynx-current/files/patch-aa11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa
index 90698aa6c056..07ee90628984 100644
--- a/www/lynx-current/files/patch-aa
+++ b/www/lynx-current/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.in.orig Wed Jan 2 04:30:08 2002
-+++ makefile.in Fri Mar 1 19:56:04 2002
+--- makefile.in.orig Mon Dec 2 05:07:38 2002
++++ makefile.in Thu Jan 2 21:25:10 2003
@@ -350,22 +350,19 @@
if test "$(COMPRESS_PROG)" != "" ; then \
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
@@ -29,13 +29,12 @@
LYHelp.h : help_files.sed LYHelp.hin
@echo Creating $@
-@@ -387,8 +384,7 @@
+@@ -387,7 +384,7 @@
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
install-cfg : $(LIBDIR)
-- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
-- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
-+ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
+- @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg'
++ @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default'
install-lss : $(LIBDIR)
-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss