summaryrefslogtreecommitdiff
path: root/net/tshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-18 05:03:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-18 05:03:53 +0000
commita69db4b2a0cc19923f24ac9b55d645cf1db6d8da (patch)
tree98a19e9c31aaa1c2bdbd027c050a89254d4bc9a6 /net/tshark
parent- Update to 1.1.5 (diff)
Add wireshark and tshark after repocopies from ethereal and tethereal
respectively. Wireshark is a rename of ethereal after the principal developer moved companies and lost the Ethereal copyright. Messenger, don't shoot! Now the ethereal binary is called wireshark, the tethereal binary is called tshark, and idl2eth is now idl2wrs. All other binaries have kept the same name. In addition to this name change, I have also changed the PREFIX from X11BASE to LOCALBASE.
Notes
Notes: svn path=/head/; revision=168116
Diffstat (limited to 'net/tshark')
-rw-r--r--net/tshark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile
index 64e7f0216b31..3c235d9f81de 100644
--- a/net/tshark/Makefile
+++ b/net/tshark/Makefile
@@ -8,10 +8,10 @@
# $FreeBSD$
#
-PKGNAMEPREFIX= t
+PORTNAME= tshark
CATEGORIES= net ipv6
-MASTERDIR= ${.CURDIR}/../ethereal
+MASTERDIR= ${.CURDIR}/../wireshark
WITHOUT_X11= yes