aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2013-04-18 06:09:24 +0000
committerVasil Dimov <vd@FreeBSD.org>2013-04-18 06:09:24 +0000
commit9a0f3f88eb3e3d8b58932c408810d551045a6679 (patch)
tree421f6e3582273173657f87c60775a56289f23c9e /ftp
parentbc0432f1d8678fda31d118aeb1dbde0f6de55e8f (diff)
downloadports-9a0f3f88eb3e3d8b58932c408810d551045a6679.tar.gz
ports-9a0f3f88eb3e3d8b58932c408810d551045a6679.zip
Notes
Diffstat (limited to 'ftp')
-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
-
- #