diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-01 19:53:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-01 19:53:47 +0000 |
commit | 306278a9a496c6eed8bc4a5ae2222e7750e27e23 (patch) | |
tree | 1bf3e394f0f446fec883d164f1134fae1c877e23 | |
parent | 0ad88250d44be2b6ee7fc506e371561145da6725 (diff) | |
download | pkgsrc-306278a9a496c6eed8bc4a5ae2222e7750e27e23.tar.gz |
Fixed the shell interpreter for one script. Bumped PKGREVISION.
-rw-r--r-- | net/wireshark/Makefile | 9 |
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" |