1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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)
This commit is contained in:
Dima Panov 2022-09-19 10:28:10 +03:00
parent e4f5c37688
commit 6d5f280b61

View File

@ -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