pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx Fixed pkglint warnings about unpaired CONF_F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/847e3b292576
branches:  trunk
changeset: 356543:847e3b292576
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 16:38:24 2017 +0000

description:
Fixed pkglint warnings about unpaired CONF_FILES definitions.

diffstat:

 www/nginx/Makefile.common |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 9846b9009137 -r 847e3b292576 www/nginx/Makefile.common
--- a/www/nginx/Makefile.common Sun Jan 01 16:35:38 2017 +0000
+++ b/www/nginx/Makefile.common Sun Jan 01 16:38:24 2017 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index