1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Metaports do not have any files, they do not need a license.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D15587
This commit is contained in:
Mathieu Arnold 2018-05-27 07:54:42 +00:00
parent 96721404ba
commit b9427974d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470963

View File

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