Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 07:54:42 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470963 - head/Mk
Message-ID:  <201805270754.w4R7sgxV041916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270754.w4R7sgxV041916>