summaryrefslogtreecommitdiff
path: root/net/tshark
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:10:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:10:23 +0000
commit0c710c7b4edb5ca79906be0115763864bc7c903f (patch)
tree3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/tshark
parentPick up. (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes: svn path=/head/; revision=327755
Diffstat (limited to 'net/tshark')
-rw-r--r--net/tshark/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile
index 212397aaee1e..487025371404 100644
--- a/net/tshark/Makefile
+++ b/net/tshark/Makefile
@@ -1,12 +1,5 @@
-# New ports collection makefile for: tethereal
-# Date created: 4 February 2002
-# Whom: Bill Fumerola <billf@mu.org>
-# A slave of ports collection makefile for: ethereal
-# Date created: 10 August 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
+# Created by: Bill Fumerola <billf@mu.org>
# $FreeBSD$
-#
PORTNAME= tshark
PORTREVISION= 0
@@ -16,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../wireshark
WITHOUT_X11= yes
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"