svn commit: r514688 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 17 21:11:59 UTC 2019


Author: bdrewery
Date: Thu Oct 17 21:11:58 2019
New Revision: 514688
URL: https://svnweb.freebsd.org/changeset/ports/514688

Log:
  LICENSE check: Respect DISABLE_LICENSES.

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Oct 17 20:48:09 2019	(r514687)
+++ head/Mk/bsd.sanity.mk	Thu Oct 17 21:11:58 2019	(r514688)
@@ -110,7 +110,7 @@ DEV_ERROR+=	"All LIB_DEPENDS should use the new format
 .if ${LICENSE:MBSD}
 DEV_WARNING+=	"LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
 .endif
-.else
+.elif !defined(DISABLE_LICENSES)
 .  if empty(USES:Mmetaport)
 DEV_WARNING+=	"Please set LICENSE for this port"
 .  endif


More information about the svn-ports-head mailing list