pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan  1 16:38:24 UTC 2017

Modified Files:
        pkgsrc/www/nginx: Makefile.common

Log Message:
Fixed pkglint warnings about unpaired CONF_FILES definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/nginx/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/Makefile.common
diff -u pkgsrc/www/nginx/Makefile.common:1.8 pkgsrc/www/nginx/Makefile.common:1.9
--- pkgsrc/www/nginx/Makefile.common:1.8        Thu Nov 24 11:35:23 2016
+++ pkgsrc/www/nginx/Makefile.common    Sun Jan  1 16:38:24 2017
@@ -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 k
 .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