diff options
author | kim <kim@pkgsrc.org> | 2001-04-14 19:50:04 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-04-14 19:50:04 +0000 |
commit | 4fba76b074242e1a4ff81b972011d533495b5b80 (patch) | |
tree | 064d518c4365857528e3b05bf7321d8dfcbe3891 /www/apache | |
parent | e6e2609df285ca9f52fcfbed026c89c599bc3ed6 (diff) | |
download | pkgsrc-4fba76b074242e1a4ff81b972011d533495b5b80.tar.gz |
Fix MASTER_SITES
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index f20bf7b2acc..745da2e8d0a 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2001/04/14 19:42:53 kim Exp $ +# $NetBSD: Makefile,v 1.65 2001/04/14 19:50:04 kim 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 @@ -10,8 +10,8 @@ DISTNAME= apache_1.3.19 PKGNAME= apache-1.3.19 CATEGORIES= www -MASTER_SITES= http://httpd.apache.org/dist/ \ - http://www.apache.de/dist/ \ +MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ + http://www.apache.de/dist/httpd/ \ http://www.modssl.org/source/ \ ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/source/ \ http://www.netbsd.org/images/logos/ |