summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-02-26 11:05:10 +0000
committerobache <obache@pkgsrc.org>2013-02-26 11:05:10 +0000
commitdca2bc14393a379a65a052f4030e6437726abe33 (patch)
tree1d94f536d1ac1bc569aaf5431609d8d4b83aa3b1 /net
parent791a7604daf4894c265d2d54b7cf1d765d82eb92 (diff)
downloadpkgsrc-dca2bc14393a379a65a052f4030e6437726abe33.tar.gz
replace shebang for a perl script.
/usr/bin/env is not portable (ex. /bin/env for Haiku). noticed by diger in pkgsrc-users@.
Diffstat (limited to 'net')
-rw-r--r--net/wget/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 124517f26ac..b9f70a2ca42 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2013/02/06 23:23:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.115 2013/02/26 11:05:10 obache Exp $
DISTNAME= wget-1.14
PKGREVISION= 2
@@ -20,6 +20,8 @@ USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+REPLACE_PERL+= doc/texi2pod.pl
+
EGDIR= ${PREFIX}/share/examples/wget
CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc
INFO_FILES= YES