Changeset View
Changeset View
Standalone View
Standalone View
Mk/bsd.sanity.mk
Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Lines | |||||
.if defined(USE_DOS2UNIX) | .if defined(USE_DOS2UNIX) | ||||
DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix" | DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix" | ||||
.endif | .endif | ||||
.if defined(LICENSE) | .if defined(LICENSE) | ||||
.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 | ||||
.if ${LICENSE:MMPL} | |||||
DEV_WARNING+= "LICENSE must not contain MPL, instead use MPL[10|11|20]" | |||||
.endif | |||||
.else | .else | ||||
DEV_WARNING+= "Please set LICENSE for this port" | 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" | ||||
DEV_ERROR+= "USE_PYDISTUTILS=easy_install is no longer supported, please use USE_PYDISTUTILS=yes" | DEV_ERROR+= "USE_PYDISTUTILS=easy_install is no longer supported, please use USE_PYDISTUTILS=yes" | ||||
.endif | .endif | ||||
▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines |