diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 13:14:01 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 13:14:01 +0000 |
commit | 393c55bdbfe2a1ae89bc7a0ddefa4a631bb09493 (patch) | |
tree | 130fbc7b4b67a8158f6242e14ecf787275309caa /Mk/bsd.sanity.mk | |
parent | 5791db9d9cf98e16ef435dcf9911106a92af07cd (diff) | |
download | ports-393c55bdbfe2a1ae89bc7a0ddefa4a631bb09493.tar.gz ports-393c55bdbfe2a1ae89bc7a0ddefa4a631bb09493.zip |
Remove MPL (without version) license
All ports now are using MPL[10|11|20] license.
Approved by: portmgr (rene)
Differential Revision: D12940
Notes
Notes:
svn path=/head/; revision=453460
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index ceb155e31391..5753e0679c01 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -112,9 +112,6 @@ 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 -.if ${LICENSE:MMPL} -DEV_WARNING+= "LICENSE must not contain MPL, instead use MPL[10|11|20]" -.endif .else DEV_WARNING+= "Please set LICENSE for this port" .endif |