diff options
author | tron <tron> | 2001-02-07 09:52:45 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-07 09:52:45 +0000 |
commit | 7d3f4b06e21fa2fb568146de62d66c580d09c59d (patch) | |
tree | 1b270f139376ffbb2af63a3bf9a7b53236141467 /www/apache | |
parent | 9371a830786e40877fd99fd52545274c148231e5 (diff) | |
download | pkgsrc-7d3f4b06e21fa2fb568146de62d66c580d09c59d.tar.gz |
Add German mirror sites.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 1213a23dde8..833c15b56d6 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2001/02/06 12:38:59 itojun Exp $ +# $NetBSD: Makefile,v 1.59 2001/02/07 09:52:45 tron Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -11,7 +11,9 @@ DISTNAME= apache_1.3.17 PKGNAME= apache-1.3.17.1 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/ \ + http://www.apache.de/dist/ \ http://www.modssl.org/source/ \ + ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/ \ http://www.netbsd.org/images/logos/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SSL_DISTNAME}${EXTRACT_SUFX} \ |