[Midnightbsd-cvs] mports [18083] trunk/Mk/components/licenses.mk: license cookie is freaking out

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 8 15:39:49 EDT 2015


Revision: 18083
          http://svnweb.midnightbsd.org/mports/?rev=18083
Author:   laffer1
Date:     2015-03-08 15:39:48 -0400 (Sun, 08 Mar 2015)
Log Message:
-----------
license cookie is freaking out

Modified Paths:
--------------
    trunk/Mk/components/licenses.mk

Modified: trunk/Mk/components/licenses.mk
===================================================================
--- trunk/Mk/components/licenses.mk	2015-03-08 19:38:00 UTC (rev 18082)
+++ trunk/Mk/components/licenses.mk	2015-03-08 19:39:48 UTC (rev 18083)
@@ -4,6 +4,12 @@
 
 .if defined(_POSTMKINCLUDED) && !defined(BEFOREPORTMK)
 
+# Meta ports set these and we currently don't install the files if this is there
+# TODO: make license catalog always install
+.if defined(NO_BUILD) || defined(NO_INSTALL)
+NO_LICENSES_INSTALL=yes
+.endif
+
 # List of valid licenses
 .if !target(license-list)
 license-list:
@@ -590,11 +596,6 @@
 	@${RM} -f ${_LICENSE_ASK_DATA}
 .endif
 
-# Meta ports set these and we currently don't install the files if this is there# TODO: make license catalog always install
-.if defined(NO_BUILD) || defined(NO_INSTALL)
-NO_LICENSES_INSTALL=yes
-.endif
-
 # Create report and catalog
 .if !defined(NO_LICENSES_INSTALL)
 	@${RM} -f ${_LICENSE_CATALOG_TMP} ${_LICENSE_REPORT_TMP}



More information about the Midnightbsd-cvs mailing list