aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-19 07:28:10 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-19 07:28:10 +0000
commit6d5f280b6186b8586aa1392c6d90ad45df52d305 (patch)
tree99032e8b8e3d140aefd56aecb11d5e23d0d899b0 /Mk/Uses
parente4f5c37688a52c5c8f0b2f0292753db1c030405a (diff)
downloadports-6d5f280b6186b8586aa1392c6d90ad45df52d305.tar.gz
ports-6d5f280b6186b8586aa1392c6d90ad45df52d305.zip
Mk/Uses/metaport.mk: force LICENSE_COMB=single (+)
metaports should not have any license, so it was forced LICENSE to NA. However, some metaports may inherit multi-licensing settings from master which leads to failed validation check: === License not correctly defined: single license in LICENSE, but LICENSE_COMB is set to dual (requires more than one) === Force paired variable LICENSE_COMB to 'single' to keep validation checks in consistent state Discussed with: bapt Approved by: portmgr (bapt)
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/metaport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/metaport.mk b/Mk/Uses/metaport.mk
index 8f961cccf7f0..d051cebfb1b9 100644
--- a/Mk/Uses/metaport.mk
+++ b/Mk/Uses/metaport.mk
@@ -9,6 +9,7 @@
_INCLUDE_USES_METAPORT_MK= yes
LICENSE= NA
+LICENSE_COMB= single
LICENSE_NAME= Non applicable
LICENSE_TEXT= No licenses are applicable to metaports
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept