diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-06 10:23:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-06 10:23:55 +0000 |
commit | 0dbb438a37fd6da80b9813c93d24aa1959d9448b (patch) | |
tree | 380af399e7822e8b34c4ce4a3448678e9fb00cc5 /net/wireshark | |
parent | e99ad52a132f6fa3d9f1b57857729cc441cce058 (diff) | |
download | ports-0dbb438a37fd6da80b9813c93d24aa1959d9448b.tar.gz ports-0dbb438a37fd6da80b9813c93d24aa1959d9448b.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 5b4b9c6e3d28..07e183129cdd 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,7 @@ # Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -PORTNAME= wireshark +PORTNAME?= wireshark PORTVERSION= 1.12.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ |