aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/files
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/files')
-rw-r--r--ftp/wget/files/patch-ac11
-rw-r--r--ftp/wget/files/patch-doc_Makefile.in20
2 files changed, 20 insertions, 11 deletions
diff --git a/ftp/wget/files/patch-ac b/ftp/wget/files/patch-ac
deleted file mode 100644
index 5fba79b376b3..000000000000
--- a/ftp/wget/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Sun Dec 31 14:07:09 2000
-+++ doc/Makefile.in Mon Jan 15 04:52:47 2001
-@@ -22,7 +22,7 @@
- SHELL = /bin/sh
-
- # Program to format Texinfo source into Info files.
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- # Program to format Texinfo source into DVI files.
- TEXI2DVI = texi2dvi
- # Program to convert DVI files to PostScript
diff --git a/ftp/wget/files/patch-doc_Makefile.in b/ftp/wget/files/patch-doc_Makefile.in
new file mode 100644
index 000000000000..c14f30d440ee
--- /dev/null
+++ b/ftp/wget/files/patch-doc_Makefile.in
@@ -0,0 +1,20 @@
+--- doc/Makefile.in.orig Mon Jun 6 23:42:17 2005
++++ doc/Makefile.in Wed Apr 11 22:18:59 2007
+@@ -22,7 +22,7 @@
+ SHELL = /bin/sh
+
+ # Program to format Texinfo source into Info files.
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ # Program to format Texinfo source into DVI files.
+ TEXI2DVI = texi2dvi
+ # Program to convert DVI files to PostScript
+@@ -51,7 +51,7 @@
+ TEXI2POD = texi2pod.pl
+ POD2MAN = @POD2MAN@
+ MAN = wget.$(manext)
+-WGETRC = $(sysconfdir)/wgetrc
++WGETRC = $(sysconfdir)/wgetrc.sample
+ SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
+
+ #