summaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2017-01-01 16:38:24 +0000
committerrillig <rillig@pkgsrc.org>2017-01-01 16:38:24 +0000
commitdf713be433c97e5f0b44355195bd2bae954655ad (patch)
tree40a318f5726b0f494e2f29976360469270ee819a /www/nginx
parent1972b33f8e327b35eaa60d9c1f92db1b105bc13e (diff)
downloadpkgsrc-df713be433c97e5f0b44355195bd2bae954655ad.tar.gz
Fixed pkglint warnings about unpaired CONF_FILES definitions.
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nginx/Makefile.common b/www/nginx/Makefile.common
index 43a2c03f504..ba218af6504 100644
--- a/www/nginx/Makefile.common
+++ b/www/nginx/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2016/11/24 11:35:23 maya Exp $
+# $NetBSD: Makefile.common,v 1.9 2017/01/01 16:38:24 rillig Exp $
# used by www/nginx/Makefile
# used by www/nginx-devel/Makefile
@@ -60,8 +60,7 @@ EGFILES+= fastcgi.conf fastcgi_params koi-utf koi-win \
.for file in ${EGFILES}
CONF_FILES+= ${EGDIR}/conf/${file} ${PKG_SYSCONFDIR}/${file}
. if !empty(PKG_OPTIONS:Mnaxsi)
-CONF_FILES+= ${EGDIR}/conf/naxsi_core.rules
-CONF_FILES+= ${PKG_SYSCONFDIR}/naxsi_core.rules
+CONF_FILES+= ${EGDIR}/conf/naxsi_core.rules ${PKG_SYSCONFDIR}/naxsi_core.rules
. endif
.endfor