pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wireshark Fixed the shell interpreter for one scri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a87a0f5d0218
branches: trunk
changeset: 518136:a87a0f5d0218
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Sep 01 19:53:47 2006 +0000
description:
Fixed the shell interpreter for one script. Bumped PKGREVISION.
diffstat:
net/wireshark/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r ff165c7e5058 -r a87a0f5d0218 net/wireshark/Makefile
--- a/net/wireshark/Makefile Fri Sep 01 16:46:49 2006 +0000
+++ b/net/wireshark/Makefile Fri Sep 01 19:53:47 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index