summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-01 19:53:47 +0000
committerrillig <rillig@pkgsrc.org>2006-09-01 19:53:47 +0000
commit306278a9a496c6eed8bc4a5ae2222e7750e27e23 (patch)
tree1bf3e394f0f446fec883d164f1134fae1c877e23 /net
parent0ad88250d44be2b6ee7fc506e371561145da6725 (diff)
downloadpkgsrc-306278a9a496c6eed8bc4a5ae2222e7750e27e23.tar.gz
Fixed the shell interpreter for one script. Bumped PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7db3f5a317c..8ba64ada019 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/08/24 10:48:59 tron Exp $
+# $NetBSD: Makefile,v 1.4 2006/09/01 19:53:47 rillig Exp $
DISTNAME= wireshark-0.99.3
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.wireshark.org/download/src/ \
${MASTER_SITE_SOURCEFORGE:=wireshark/}
@@ -46,6 +47,12 @@ post-extract:
pre-build:
${TOUCH} ${WRKSRC}/epan/dissectors/register.c
+SUBST_CLASSES+= shell
+SUBST_STAGE.shell= post-build
+SUBST_MESSAGE.shell= Replacing @SHELL@ with a proper shell.
+SUBST_FILES.shell= idl2wrs
+SUBST_SED.shell= -e 's,@SHELL@,${SHELL},g'
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"