diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-10-23 13:42:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-10-23 13:42:43 +0000 |
commit | bf52cdb5427fdaad18f2ad2a398c69930ac85bd1 (patch) | |
tree | 3bce7a6eeac95eee140e897407bf9cf3af0dac8d /sysutils | |
parent | 1ddedc36da407cafbccca58b70d85c6941d3533b (diff) | |
download | pkgsrc-bf52cdb5427fdaad18f2ad2a398c69930ac85bd1.tar.gz |
salt: Work around a check-wrkref failure.
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}/ |