Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 16:13:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421565 - head/Mk
Message-ID:  <201609081613.u88GDtXZ014171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  8 16:13:55 2016
New Revision: 421565
URL: https://svnweb.freebsd.org/changeset/ports/421565

Log:
  - Add developer warning about LICENSE not set by a port
  
  Approved by:	portmgr (mat)
  Differential Revision:	D7834

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Sep  8 16:03:28 2016	(r421564)
+++ head/Mk/bsd.sanity.mk	Thu Sep  8 16:13:55 2016	(r421565)
@@ -116,6 +116,8 @@ DEV_ERROR+=	"USE_DOS2UNIX is no longer s
 .if ${LICENSE:MBSD}
 DEV_WARNING+=	"LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
 .endif
+.else
+DEV_WARNING+=	"Please set LICENSE for this port"
 .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?201609081613.u88GDtXZ014171>