svn commit: r470963 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Sun May 27 07:54:43 UTC 2018


Author: mat
Date: Sun May 27 07:54:42 2018
New Revision: 470963
URL: https://svnweb.freebsd.org/changeset/ports/470963

Log:
  Metaports do not have any files, they do not need a license.
  
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D15587

Modified:
  head/Mk/bsd.sanity.mk   (contents, props changed)

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Sun May 27 07:28:20 2018	(r470962)
+++ head/Mk/bsd.sanity.mk	Sun May 27 07:54:42 2018	(r470963)
@@ -111,7 +111,9 @@ DEV_ERROR+=	"you cannot include bsd.port[.pre].mk twic
 DEV_WARNING+=	"LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
 .endif
 .else
+.  if empty(USES:Mmetaport)
 DEV_WARNING+=	"Please set LICENSE for this port"
+.  endif
 .endif
 
 .if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"


More information about the svn-ports-all mailing list