diff options
author | tron <tron> | 2004-10-25 07:48:22 +0000 |
---|---|---|
committer | tron <tron> | 2004-10-25 07:48:22 +0000 |
commit | 9162e2c3c104e39a87760bf4454e98e33b8aecb4 (patch) | |
tree | 00c54d8ef8c34285087e88966d7d10440e5301be /mk/bsd.sites.mk | |
parent | 7759139616496ff33183bbfa4688649fdc07e3f8 (diff) | |
download | pkgsrc-9162e2c3c104e39a87760bf4454e98e33b8aecb4.tar.gz |
Add mirror on "ftp.fu-berlin.de" to "MASTER_SITE_APACHE".
Diffstat (limited to 'mk/bsd.sites.mk')
-rw-r--r-- | mk/bsd.sites.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.sites.mk b/mk/bsd.sites.mk index 5f0f4cd3013..5fc4568d585 100644 --- a/mk/bsd.sites.mk +++ b/mk/bsd.sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.sites.mk,v 1.16 2004/10/22 13:32:18 ben Exp $ +# $NetBSD: bsd.sites.mk,v 1.17 2004/10/25 07:48:22 tron Exp $ # # Default MASTER_SITES @@ -202,7 +202,8 @@ MASTER_SITE_APACHE+= \ ftp://apache.secsup.org/pub/apache/dist/ \ ftp://mirror.telentente.com/pub/apache/dist/ \ ftp://mirrors.midco.net/pub/apache.org/ \ - http://nagoya.apache.org/mirror/ + ftp://ftp.fu-berlin.de/unix/network/www/apache/ \ + http://nagoya.apache.org/mirror/ \ MASTER_SITE_DEBIAN+= \ http://ftp.debian.org/debian/ \ |