Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2014 18:08:00 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365574 - head/Mk
Message-ID:  <201408211808.s7LI804j001920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Aug 21 18:08:00 2014
New Revision: 365574
URL: http://svnweb.freebsd.org/changeset/ports/365574
QAT: https://qat.redports.org/buildarchive/r365574/

Log:
  - Add a comment to clean-restricted. This code has confused me every time
    I've looked.
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.licenses.mk

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Thu Aug 21 18:06:58 2014	(r365573)
+++ head/Mk/bsd.licenses.mk	Thu Aug 21 18:08:00 2014	(r365574)
@@ -547,6 +547,8 @@ RESTRICTED_FILES=		${_PATCHFILES} ${_DIS
 .endif
 
 .if defined(_LICENSE_RESTRICTED)
+# _LICENSE_RESTRICTED contains 'delete-distfiles' and 'delete-package' if
+# needed with RESTRICTED_FILES filled from above.
 clean-restricted:	${_LICENSE_RESTRICTED}
 clean-restricted-list: ${_LICENSE_RESTRICTED:C/$/-list/}
 .else



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