svn commit: r365574 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 21 18:08:00 UTC 2014


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


More information about the svn-ports-all mailing list