diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-28 16:15:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-28 16:15:16 +0000 |
commit | 0ff8e0128b38ef5db6d1237d17a54cba559c44ba (patch) | |
tree | d85b7879bbb9d7d3524e346f7ade4079f547b9b2 /net/wireshark | |
parent | 32742a122361ac2f9092e9bacc5c14a6d45483b9 (diff) | |
download | ports-0ff8e0128b38ef5db6d1237d17a54cba559c44ba.tar.gz ports-0ff8e0128b38ef5db6d1237d17a54cba559c44ba.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index e83e5a17be06..7ee2d713dbe8 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -12,7 +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?= A powerful network analyzer/capture tool |