From 9ec5016b03540a9a14609879e9a914dcc1d88790 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 18 Aug 2020 05:26:08 +0000 Subject: salt: skip portability checks in 3rd party packaging scripts --- sysutils/salt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils/salt') 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}/ -- cgit v1.2.3