summaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7a858d369b0..1613bce4cb5 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1.2.3 2006/07/23 23:22:05 salo Exp $
+# $NetBSD: Makefile,v 1.1.2.4 2006/08/24 11:51:06 salo Exp $
-DISTNAME= wireshark-0.99.2
-PKGREVISION= 1
+DISTNAME= wireshark-0.99.3
CATEGORIES= net
MASTER_SITES= http://www.wireshark.org/download/src/ \
${MASTER_SITE_SOURCEFORGE:=wireshark/}
@@ -38,6 +37,11 @@ PTHREAD_OPTS+= require
USE_BUILTIN.libpcap= no
.endif
+# Work arround for files missing in the 0.99.3 release archive.
+# This and "${FILESDIR}/*.xpm" should be removed after the next update.
+post-extract:
+ ${CP} ${FILESDIR}/*.xpm ${WRKSRC}/image/toolbar
+
# XXX avoid rebuild after dissector patch
pre-build:
${TOUCH} ${WRKSRC}/epan/dissectors/register.c