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/ethereal-lite | |
parent | 0c1d1af2e1bcdc2dfa1f909510e88161783b749e (diff) | |
download | freebsd-ports-gnome-b434f4c425d73e3cebce840657a116b081f1754d.tar.gz freebsd-ports-gnome-b434f4c425d73e3cebce840657a116b081f1754d.tar.zst freebsd-ports-gnome-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/ethereal-lite')
-rw-r--r-- | net/ethereal-lite/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/ethereal-lite/Makefile b/net/ethereal-lite/Makefile deleted file mode 100644 index 2fa4c2fa57be..000000000000 --- a/net/ethereal-lite/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Ports collection makefile for: ethereal-lite -# Date created: 20 March 2004 -# Whom: Bill Fumerola <billf@mu.org> -# -# $FreeBSD$ -# - -LITE= yes -PORTREVISION?= 3 -PKGNAMESUFFIX= -lite - -MASTERDIR= ${.CURDIR}/../ethereal -COMMENT= A powerful network analyzer/capture tool (lite package) - -.include "${MASTERDIR}/Makefile" |