diff options
author | billf <billf@FreeBSD.org> | 2002-05-02 07:33:48 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-05-02 07:33:48 +0800 |
commit | 7e3f1747b16cf8e814978128c01c8c227991ad58 (patch) | |
tree | d583eb5680faa40ec204ef37c8ad6f2f64d908c9 /net/ethereal | |
parent | c4e471deaae55c694c9369006e834a898ae23c69 (diff) | |
download | freebsd-ports-gnome-7e3f1747b16cf8e814978128c01c8c227991ad58.tar.gz freebsd-ports-gnome-7e3f1747b16cf8e814978128c01c8c227991ad58.tar.zst freebsd-ports-gnome-7e3f1747b16cf8e814978128c01c8c227991ad58.zip |
wiretapped.net mirror changed layout
PR: ports/34827
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index debd0b54337b..d9fb638fcdce 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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 |