diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:33:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:33:48 +0000 |
commit | 9237e2b2df556f61df7a906a50550018106a70a2 (patch) | |
tree | d7515dd010fd8e2d39f01d73964abe27d0e52736 /net/wireshark/Makefile | |
parent | a0d104ee4083324575f48e66beca62bcf965fd37 (diff) | |
download | ports-9237e2b2df556f61df7a906a50550018106a70a2.tar.gz ports-9237e2b2df556f61df7a906a50550018106a70a2.zip |
Notes
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index debd0b54337b..d9fb638fcdce 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -11,7 +11,8 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/%SUBDIR%/ \ - ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/%SUBDIR%/ + ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ \ + http://www.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org |