diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-06 10:29:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-06 10:29:49 +0000 |
commit | 7154d4ae169e21f83399d8d9ebd05bc90f80b4bc (patch) | |
tree | 30fc40b00b46dea2847e843a0c872cc4aac4c550 /net/wireshark | |
parent | 0dbb438a37fd6da80b9813c93d24aa1959d9448b (diff) | |
download | ports-7154d4ae169e21f83399d8d9ebd05bc90f80b4bc.tar.gz ports-7154d4ae169e21f83399d8d9ebd05bc90f80b4bc.zip |
Notes
Diffstat (limited to 'net/wireshark')
-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 07e183129cdd..b043dfd3e0a1 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/network/security/wireshark/src/ \ http://wireshark.zing.org/download/src/ +DISTNAME= ${DATADIR_NAME}-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT?= Powerful network analyzer/capture tool |