diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-01 19:18:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-01 19:18:16 +0000 |
commit | 9919b9bde4c45c86da10f03ebb72a30f23fc0e39 (patch) | |
tree | aa5bd8767c5b0d36eae77ffc0d8adb22919d5661 /net/wireshark | |
parent | 23ce881407bc367b3776a3795e8f1edfef5abbf8 (diff) | |
download | ports-9919b9bde4c45c86da10f03ebb72a30f23fc0e39.tar.gz ports-9919b9bde4c45c86da10f03ebb72a30f23fc0e39.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 03a547e398bc..97efdcaecefa 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -9,7 +9,12 @@ PORTNAME?= wireshark PORTVERSION= 1.0.0 PORTREVISION?= 0 CATEGORIES= net ipv6 -MASTER_SITES= http://www.wireshark.org/download/src/ +MASTER_SITES= http://www.wireshark.org/download/src/ \ + http://wireshark.osmirror.nl/download/src/ \ + http://ftp.uni-kl.de/pub/wireshark/src/ \ + http://wireshark.askapache.com/download/src/ \ + http://wireshark.dsmirror.nl/download/src/ \ + ftp://ftp.uni-kl.de/pub/wireshark/src/ DISTNAME= ${DATADIR_NAME}-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org |