[Midnightbsd-cvs] mports [18086] trunk/Mk/components/licenses.mk: Don' t disable license install for NO_BUILD.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 8 17:30:58 EDT 2015


Revision: 18086
          http://svnweb.midnightbsd.org/mports/?rev=18086
Author:   laffer1
Date:     2015-03-08 17:30:56 -0400 (Sun, 08 Mar 2015)
Log Message:
-----------
Don't disable license install for NO_BUILD. This is used by ports such as node.js.

Just avoid it with NO_INSTALL

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

Modified: trunk/Mk/components/licenses.mk
===================================================================
--- trunk/Mk/components/licenses.mk	2015-03-08 20:38:58 UTC (rev 18085)
+++ trunk/Mk/components/licenses.mk	2015-03-08 21:30:56 UTC (rev 18086)
@@ -6,7 +6,7 @@
 
 # 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)
+.if defined(NO_INSTALL)
 NO_LICENSES_INSTALL=yes
 .endif
 



More information about the Midnightbsd-cvs mailing list