diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-18 05:26:08 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-18 05:26:08 +0000 |
commit | 9ec5016b03540a9a14609879e9a914dcc1d88790 (patch) | |
tree | eedde32174a08906e47f8216fbd6cb6bc58a9d86 /sysutils/salt | |
parent | fd1ef7b54c38280a875b871e7c89440180294a0a (diff) | |
download | pkgsrc-9ec5016b03540a9a14609879e9a914dcc1d88790.tar.gz |
salt: skip portability checks in 3rd party packaging scripts
Diffstat (limited to 'sysutils/salt')
-rw-r--r-- | sysutils/salt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index feb441273d0..5cb1e955061 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2020/05/16 17:45:49 rillig Exp $ +# $NetBSD: Makefile,v 1.73 2020/08/18 05:26:08 tnn Exp $ DISTNAME= salt-2019.2.2 CATEGORIES= sysutils @@ -79,6 +79,8 @@ SUBST_NOOP_OK.fix-path= yes # Contains hardcoded paths to find installed libraries. CHECK_WRKREF_SKIP+= */salt/utils/rsax931.py +CHECK_PORTABILITY_SKIP+= pkg/*/* pkg/*/*/* + post-install: ${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/ ${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/ |