diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-18 05:03:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-18 05:03:53 +0000 |
commit | a69db4b2a0cc19923f24ac9b55d645cf1db6d8da (patch) | |
tree | 98a19e9c31aaa1c2bdbd027c050a89254d4bc9a6 /net/wireshark-lite | |
parent | d50c601e45debeee371b18341da87d51ac8a74b5 (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/wireshark-lite')
-rw-r--r-- | net/wireshark-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index 2fa4c2fa57be..5c82bf152fea 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -6,10 +6,10 @@ # LITE= yes -PORTREVISION?= 3 +PORTREVISION?= 0 PKGNAMESUFFIX= -lite -MASTERDIR= ${.CURDIR}/../ethereal +MASTERDIR= ${.CURDIR}/../wireshark COMMENT= A powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" |