summaryrefslogtreecommitdiff
path: root/www/apache22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r--www/apache22/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index c9900a68b9b..159ad8db1b3 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.111 2017/01/16 14:34:42 adam Exp $
+# $NetBSD: Makefile,v 1.112 2017/01/19 18:52:28 agc Exp $
DISTNAME= httpd-2.2.32
PKGNAME= ${DISTNAME:S/httpd/apache/}
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \
- http://archive.apache.org/dist/httpd/ \
- http://archive.eu.apache.org/dist/httpd/
+MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/}
+MASTER_SITES+= http://archive.apache.org/dist/httpd/
+MASTER_SITES+= http://archive.eu.apache.org/dist/httpd/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org