pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zoneminder



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 17:57:45 UTC 2020

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
security/zoneminder: fix build in SUBST_NOOP_OK=no mode


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/zoneminder/Makefile

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

Modified files:

Index: pkgsrc/security/zoneminder/Makefile
diff -u pkgsrc/security/zoneminder/Makefile:1.49 pkgsrc/security/zoneminder/Makefile:1.50
--- pkgsrc/security/zoneminder/Makefile:1.49    Wed Apr 22 23:17:05 2020
+++ pkgsrc/security/zoneminder/Makefile Sat May 16 17:57:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/04/22 23:17:05 dsainty Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/16 17:57:45 rillig Exp $
 
 # See wip/zoneminder for a draft update to 1.29.0.
 PKGNAME=       ${DISTNAME:S/ZoneMinder-/zoneminder-/}
@@ -197,7 +197,7 @@ SUBST_SED.dbpaths-path+=    -e 's|/cgi-bin/
 SUBST_CLASSES+=                        script-path
 SUBST_MESSAGE.script-path=     Adjusting paths in scripts.
 SUBST_STAGE.script-path=       pre-configure
-SUBST_FILES.script-path=       ${REPLACE_PERL} ${EXTRA_PERL}
+SUBST_FILES.script-path=       ${REPLACE_PERL} ${EXTRA_PERL:Nscripts/zmsystemctl.pl.in}
 SUBST_SED.script-path=         -e "s|^\\([\$$]ENV{PATH} *= *'\\).*';\$$|\\1${PREFIX}/bin:/bin:/usr/bin';|g"
 
 SUBST_CLASSES+=                files



Home | Main Index | Thread Index | Old Index