- Add developer warning about LICENSE not set by a port
Approved by: portmgr (mat) Differential Revision: D7834
This commit is contained in:
parent
860d6a22e3
commit
2d6876e9b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421565
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix"
|
||||||
.if ${LICENSE:MBSD}
|
.if ${LICENSE:MBSD}
|
||||||
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
|
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
|
||||||
.endif
|
.endif
|
||||||
|
.else
|
||||||
|
DEV_WARNING+= "Please set LICENSE for this port"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"
|
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"
|
||||||
|
|
Loading…
Reference in a new issue