summaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commita16b650423ebac0d6db54146c732a10b971237a4 (patch)
tree61b24a35333bd0bb01124d6015191764d7bafa22 /www/apache24
parent48e28cf6cad6bf88a5da716ad8af07695b962574 (diff)
downloadpkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.tar.gz
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 16cf526e03e..24d4153af1d 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2017/01/01 16:06:38 adam Exp $
+# $NetBSD: Makefile,v 1.53 2017/01/19 18:52:28 agc Exp $
#
# When updating this package, make sure that no strings like
# "PR 12345" are in the commit message. Upstream likes
@@ -9,9 +9,9 @@ DISTNAME= httpd-2.4.25
PKGNAME= ${DISTNAME:S/httpd/apache/}
PKGREVISION= 1
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= ryoon@NetBSD.org