diff options
author | marcus <marcus@FreeBSD.org> | 2006-07-18 13:03:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-07-18 13:03:53 +0800 |
commit | b434f4c425d73e3cebce840657a116b081f1754d (patch) | |
tree | 08145d627d6818179772497261b254f7f3c9a505 /net/tshark | |
parent | 0c1d1af2e1bcdc2dfa1f909510e88161783b749e (diff) | |
download | freebsd-ports-graphics-b434f4c425d73e3cebce840657a116b081f1754d.tar.gz freebsd-ports-graphics-b434f4c425d73e3cebce840657a116b081f1754d.tar.zst freebsd-ports-graphics-b434f4c425d73e3cebce840657a116b081f1754d.zip |
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.
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile index 64e7f0216b3..3c235d9f81d 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 |