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.
This commit is contained in:
parent
f7e425e3c7
commit
8e847a5194
1 changed files with 2 additions and 1 deletions
|
@ -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/etc,${PKG_SYSCONFBASEDIR},g'
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue