aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget')
-rw-r--r--ftp/wget/Makefile1
-rw-r--r--ftp/wget/files/patch-doc_Makefile.in11
2 files changed, 1 insertions, 11 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 0643bc277808..990d8bb3ebaf 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -68,6 +68,7 @@ INFO= wget
# eliminate gmakism
post-patch:
${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \
+ -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \
${WRKSRC}/doc/Makefile.in
${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
-e 's,@file{},@file{${PREFIX}},' \
diff --git a/ftp/wget/files/patch-doc_Makefile.in b/ftp/wget/files/patch-doc_Makefile.in
deleted file mode 100644
index f771e6cc54c1..000000000000
--- a/ftp/wget/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig 2010-02-14 16:28:59.000000000 +0200
-+++ doc/Makefile.in 2010-02-14 16:29:43.000000000 +0200
-@@ -598,7 +598,7 @@
- RM = rm -f
- TEXI2POD = $(srcdir)/texi2pod.pl
- MAN = wget.$(manext)
--WGETRC = $(sysconfdir)/wgetrc
-+WGETRC = $(sysconfdir)/wgetrc.sample
- SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
-
- #