summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-11-11 22:28:51 +0000
committertron <tron@pkgsrc.org>2009-11-11 22:28:51 +0000
commiteeb4510a0f5281afc33495ac5c3834ea4e232f8b (patch)
treef9457f3840a449ec184ed9bb2a725e1b76c09cec /www
parent52174b09fd5ed7e49a0ea99de6ddc2e3f0a72c62 (diff)
downloadpkgsrc-eeb4510a0f5281afc33495ac5c3834ea4e232f8b.tar.gz
Provide working URLs for fetching old Apache releases.
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile5
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