From bf52cdb5427fdaad18f2ad2a398c69930ac85bd1 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 23 Oct 2018 13:42:43 +0000 Subject: salt: Work around a check-wrkref failure. --- sysutils/salt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}/ -- cgit v1.2.3