diff options
author | petef <petef@FreeBSD.org> | 2002-03-29 06:53:08 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-29 06:53:08 +0800 |
commit | 9a75f21d7e0c630e7bc45f8a0aba15aeb43372fc (patch) | |
tree | 82ac65c416290f7cefe66d889f1e425b672e432b /www/apache13-ssl | |
parent | f74f04b197b70bbb91810ef9d4d819a27f28b068 (diff) | |
download | freebsd-ports-gnome-9a75f21d7e0c630e7bc45f8a0aba15aeb43372fc.tar.gz freebsd-ports-gnome-9a75f21d7e0c630e7bc45f8a0aba15aeb43372fc.tar.zst freebsd-ports-gnome-9a75f21d7e0c630e7bc45f8a0aba15aeb43372fc.zip |
Fix a master site.
PR: 36409
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 46edcd603054..b011b0805b48 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.flirble.org/pub/web/apache/dist/ \ ftp://ftp.replay.com/pub/crypto/apache/Apache-SSL/ \ ftp://ukug.uk.freebsd.org/pub/mirrors/apache/dist/ \ - ftp://ftp.win.or.jp/pub/network/security/apache-ssl/Apache-SSL/ \ + ftp://ftp.win.ne.jp/pub/network/security/apache-ssl/ \ ftp://ftp.sage-au.org.au/pub/network/security/apache-ssl/Apache-SSL/ \ ftp://ftp.vwv.com/pub/crypto/SSL/Apache-SSL/ \ ftp://mirror.aarnet.edu.au/www/servers/apache-ssl/ \ |