aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-07-18 11:13:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-07-18 11:13:06 +0000
commitf305cacf3a2bd562aa174b21fd40d45d4d734686 (patch)
tree490786ad9e67260d3cbc27c2747055793895752e /Mk/bsd.port.mk
parent1f72ac57cbcff958429e0e9379689199d09e3ab2 (diff)
downloadports-f305cacf3a2bd562aa174b21fd40d45d4d734686.tar.gz
ports-f305cacf3a2bd562aa174b21fd40d45d4d734686.zip
Add a license qa check to tell porters when their ports will be mostly
useless. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D16103
Notes
Notes: svn path=/head/; revision=474850
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index cc2553c688e8..a9694781d711 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1631,6 +1631,8 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \
LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \
UNIFIED_DEPENDS=${_UNIFIED_DEPENDS:C,([^:]*:[^:]*):?.*,\1,:O:u:Q} \
PKGBASE=${PKGBASE} \
+ LICENSE="${LICENSE}" \
+ LICENSE_PERMS="${_LICENSE_PERMS}" \
PORTNAME=${PORTNAME} \
NO_ARCH=${NO_ARCH} \
"NO_ARCH_IGNORE=${NO_ARCH_IGNORE}" \