diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/salt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 078844789c1..01c11e93597 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2018/08/06 05:01:26 tpaul Exp $ +# $NetBSD: Makefile,v 1.66 2018/10/23 13:42:43 jperkin Exp $ DISTNAME= salt-2018.3.2 CATEGORIES= sysutils @@ -73,6 +73,9 @@ 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' +# Contains hardcoded paths to find installed libraries. +CHECK_WRKREF_SKIP+= */salt/utils/rsax931.py + post-install: ${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/ ${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/ |