diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-18 13:03:53 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-18 13:03:53 +0800 |
commit | a69db4b2a0cc19923f24ac9b55d645cf1db6d8da (patch) | |
tree | 98a19e9c31aaa1c2bdbd027c050a89254d4bc9a6 /net/tshark-lite | |
parent | d50c601e45debeee371b18341da87d51ac8a74b5 (diff) | |
download | freebsd-ports-gnome-a69db4b2a0cc19923f24ac9b55d645cf1db6d8da.tar.gz freebsd-ports-gnome-a69db4b2a0cc19923f24ac9b55d645cf1db6d8da.tar.zst freebsd-ports-gnome-a69db4b2a0cc19923f24ac9b55d645cf1db6d8da.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-lite')
-rw-r--r-- | net/tshark-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile index f83d5e3916cf..f180efc95a03 100644 --- a/net/tshark-lite/Makefile +++ b/net/tshark-lite/Makefile @@ -8,7 +8,7 @@ LITE= yes PKGNAMESUFFIX= -lite -MASTERDIR= ${.CURDIR}/../tethereal +MASTERDIR= ${.CURDIR}/../tshark COMMENT= A powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" |