summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authortron <tron>2009-11-11 22:28:51 +0000
committertron <tron>2009-11-11 22:28:51 +0000
commit6346225477617da333e6915136cee46606b981ea (patch)
treef9457f3840a449ec184ed9bb2a725e1b76c09cec /www/apache22
parentb75f30ab6476a0a735f38dc789232c02d55f413f (diff)
downloadpkgsrc-6346225477617da333e6915136cee46606b981ea.tar.gz
Provide working URLs for fetching old Apache releases.
Diffstat (limited to 'www/apache22')
-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