diff options
author | marcus <marcus@FreeBSD.org> | 2006-07-20 07:28:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-07-20 07:28:35 +0800 |
commit | fb9196a4688faa61368a401823e8a9499aee3a2a (patch) | |
tree | f4f7d254921b917feec87804b603a4d5076a2a56 /net | |
parent | be7a25c17729cbb534e19a977ae5eb90697a12fd (diff) | |
download | freebsd-ports-gnome-fb9196a4688faa61368a401823e8a9499aee3a2a.tar.gz freebsd-ports-gnome-fb9196a4688faa61368a401823e8a9499aee3a2a.tar.zst freebsd-ports-gnome-fb9196a4688faa61368a401823e8a9499aee3a2a.zip |
Correct the DISTNAME for tshark[-lite].
Reported by: olgeni
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 52b799f40cfb..89d3222afbf5 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.99.2 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ +DISTNAME= wireshark-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT?= A powerful network analyzer/capture tool |