svn commit: r316019 - in head/ftp/wget: . files
Vasil Dimov
vd at FreeBSD.org
Thu Apr 18 06:09:24 UTC 2013
Author: vd
Date: Thu Apr 18 06:09:24 2013
New Revision: 316019
URL: http://svnweb.freebsd.org/changeset/ports/316019
Log:
ftp/wget:
Non-functional change - replace a patch file with a sed command.
PR: ports/177792
Submitted by: jgh@
Feature safe: yes
Deleted:
head/ftp/wget/files/patch-doc_Makefile.in
Modified:
head/ftp/wget/Makefile
Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile Thu Apr 18 05:45:52 2013 (r316018)
+++ head/ftp/wget/Makefile Thu Apr 18 06:09:24 2013 (r316019)
@@ -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, at file{}, at file{${PREFIX}},' \
More information about the svn-ports-all
mailing list