summaryrefslogtreecommitdiff
path: root/www/lynx-current/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-04-07 03:49:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-04-07 03:49:15 +0000
commite94bb2787dc237bc4d2d7c910661c94fa6dc908f (patch)
tree0efffd0dd795290557a99702e4712b1bd78995fa /www/lynx-current/files
parentcorrect the path of patch files and unbreak upnp (diff)
Upgrade to 2.8.5dev.14
Notes
Notes: svn path=/head/; revision=78483
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r--www/lynx-current/files/patch-aa23
1 files changed, 19 insertions, 4 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa
index 07ee90628984..ac3b474194db 100644
--- a/www/lynx-current/files/patch-aa
+++ b/www/lynx-current/files/patch-aa
@@ -1,6 +1,21 @@
---- makefile.in.orig Mon Dec 2 05:07:38 2002
-+++ makefile.in Thu Jan 2 21:25:10 2003
-@@ -350,22 +350,19 @@
+--- makefile.in.orig Wed Jan 22 12:43:13 2003
++++ makefile.in Mon Apr 7 07:32:51 2003
+@@ -54,12 +54,12 @@
+ ## Where you want the doc-files installed
+ docdir= @libdir@/lynx_doc
+ DOCDIR= $(DESTDIR)$(docdir)
+-docdir1= $(shell echo "$(docdir)"|sed -e 's!^/!!')
++docdir1!= echo "$(docdir)"|sed -e 's!^/!!'
+
+ ## Where you want the help-files installed
+ helpdir= @libdir@/lynx_help
+ HELPDIR= $(DESTDIR)$(helpdir)
+-helpdir1= $(shell echo "$(helpdir)"|sed -e 's!^/!!')
++helpdir1!= echo "$(helpdir)"|sed -e 's!^/!!'
+
+ ##set the relative location of the WWW library Implementation directory,
+ ##from this directory
+@@ -351,22 +351,19 @@
if test "$(COMPRESS_PROG)" != "" ; then \
(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
fi'
@@ -29,7 +44,7 @@
LYHelp.h : help_files.sed LYHelp.hin
@echo Creating $@
-@@ -387,7 +384,7 @@
+@@ -388,7 +385,7 @@
$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
install-cfg : $(LIBDIR)