aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-05-27 15:54:42 +0800
committermat <mat@FreeBSD.org>2018-05-27 15:54:42 +0800
commit5474a13f88e7815c755e94e29ec839b5b7153714 (patch)
tree8659833a4f7c3c402bf4e1a082ed5acee001e89a /Mk
parentfb9410a0761e300843330ba665e427e53246d351 (diff)
downloadfreebsd-ports-gnome-5474a13f88e7815c755e94e29ec839b5b7153714.tar.gz
freebsd-ports-gnome-5474a13f88e7815c755e94e29ec839b5b7153714.tar.zst
freebsd-ports-gnome-5474a13f88e7815c755e94e29ec839b5b7153714.zip
Metaports do not have any files, they do not need a license.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D15587
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 0d20d52e3364..aa57face235e 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -111,7 +111,9 @@ DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice"
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
.endif
.else
+. if empty(USES:Mmetaport)
DEV_WARNING+= "Please set LICENSE for this port"
+. endif
.endif
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"