diff options
author | tron <tron@pkgsrc.org> | 2009-11-11 22:28:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-11-11 22:28:51 +0000 |
commit | eeb4510a0f5281afc33495ac5c3834ea4e232f8b (patch) | |
tree | f9457f3840a449ec184ed9bb2a725e1b76c09cec /www | |
parent | 52174b09fd5ed7e49a0ea99de6ddc2e3f0a72c62 (diff) | |
download | pkgsrc-eeb4510a0f5281afc33495ac5c3834ea4e232f8b.tar.gz |
Provide working URLs for fetching old Apache releases.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index c2b9f0e5155..1ec31b46e79 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.53 2009/10/30 21:08:55 christos Exp $ +# $NetBSD: Makefile,v 1.54 2009/11/11 22:28:51 tron Exp $ DISTNAME= httpd-2.2.14 PKGNAME= ${DISTNAME:S/httpd/apache/} #PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ - ${MASTER_SITE_APACHE:=httpd/old/} + http://archive.apache.org/dist/httpd/ \ + http://archive.eu.apache.org/dist/httpd/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tron@NetBSD.org |