- Add developer warning about LICENSE not set by a port

Approved by:	portmgr (mat)
Differential Revision:	D7834
This commit is contained in:
Dmitry Marakasov 2016-09-08 16:13:55 +00:00
parent 860d6a22e3
commit 2d6876e9b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421565

View file

@ -116,6 +116,8 @@ DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix"
.if ${LICENSE:MBSD}
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
.endif
.else
DEV_WARNING+= "Please set LICENSE for this port"
.endif
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"