Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/zoneminder security/zoneminder: fix build in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb54f7e06245
branches:  trunk
changeset: 431831:cb54f7e06245
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 17:57:45 2020 +0000

description:
security/zoneminder: fix build in SUBST_NOOP_OK=no mode

diffstat:

 security/zoneminder/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fd698d56e06 -r cb54f7e06245 security/zoneminder/Makefile
--- a/security/zoneminder/Makefile      Sat May 16 17:57:09 2020 +0000
+++ b/security/zoneminder/Makefile      Sat May 16 17:57:45 2020 +0000
@@ -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_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