diff options
author | mat <mat@FreeBSD.org> | 2018-05-27 15:54:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-27 15:54:42 +0800 |
commit | 5474a13f88e7815c755e94e29ec839b5b7153714 (patch) | |
tree | 8659833a4f7c3c402bf4e1a082ed5acee001e89a /Mk | |
parent | fb9410a0761e300843330ba665e427e53246d351 (diff) | |
download | freebsd-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.mk | 2 |
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" |