aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2013-03-28 16:15:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2013-03-28 16:15:16 +0000
commit0ff8e0128b38ef5db6d1237d17a54cba559c44ba (patch)
treed85b7879bbb9d7d3524e346f7ade4079f547b9b2
parent32742a122361ac2f9092e9bacc5c14a6d45483b9 (diff)
downloadports-0ff8e0128b38ef5db6d1237d17a54cba559c44ba.tar.gz
ports-0ff8e0128b38ef5db6d1237d17a54cba559c44ba.zip
I knew I shouldn't have touched DISTNAME. Fix tshark build.
Reported by: miwi
Notes
Notes: svn path=/head/; revision=315481
-rw-r--r--net/wireshark/Makefile2
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