salt: skip portability checks in 3rd party packaging scripts
This commit is contained in:
parent
a991bde59d
commit
d492c8c7c3
1 changed files with 3 additions and 1 deletions
|
@ -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}/
|
||||
|
|
Loading…
Reference in a new issue