pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 16 17:45:49 UTC 2020
Modified Files:
pkgsrc/sysutils/salt: Makefile
Log Message:
sysutils/salt: allow no-op SUBST block
A typical case is that PKGMANDIR is man, not share/man. That path does
not occur in the Python files, which would then make the build fail in
SUBST_NOOP_OK=no mode.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/sysutils/salt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/salt/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.71 pkgsrc/sysutils/salt/Makefile:1.72
--- pkgsrc/sysutils/salt/Makefile:1.71 Wed Nov 13 14:47:59 2019
+++ pkgsrc/sysutils/salt/Makefile Sat May 16 17:45:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/11/13 14:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.72 2020/05/16 17:45:49 rillig Exp $
DISTNAME= salt-2019.2.2
CATEGORIES= sysutils
@@ -74,6 +74,7 @@ SUBST_SED.fix-path+= -e 's,/opt/local/et
SUBST_SED.fix-path+= -e 's,/var/run,${VARBASE}/run,g'
SUBST_SED.fix-path+= -e 's,/var/cache,${VARBASE}/cache,g'
SUBST_SED.fix-path+= -e 's,/var/log,${VARBASE}/log,g'
+SUBST_NOOP_OK.fix-path= yes
# Contains hardcoded paths to find installed libraries.
CHECK_WRKREF_SKIP+= */salt/utils/rsax931.py
Home |
Main Index |
Thread Index |
Old Index