[Midnightbsd-cvs] mports [18091] trunk/Mk/bsd.mport.mk: load commands earlier.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 8 18:53:56 EDT 2015
Revision: 18091
http://svnweb.midnightbsd.org/mports/?rev=18091
Author: laffer1
Date: 2015-03-08 18:53:55 -0400 (Sun, 08 Mar 2015)
Log Message:
-----------
load commands earlier.
Modified Paths:
--------------
trunk/Mk/bsd.mport.mk
Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk 2015-03-08 22:52:06 UTC (rev 18090)
+++ trunk/Mk/bsd.mport.mk 2015-03-08 22:53:55 UTC (rev 18091)
@@ -55,6 +55,8 @@
MPORTCOMPONENTS?= ${PORTSDIR}/Mk/components
MPORTEXTENSIONS?= ${PORTSDIR}/Mk/extensions
+.include "${MPORTCOMPONENTS}/commands.mk"
+
# sadly, we have to use a little hack here. Once linux-rpm.mk is loaded, this
# will already have been evaluated. XXX - Find a better fix in the future.
.if defined(USE_LINUX_PREFIX) || defined(USE_LINUX_RPM)
@@ -66,8 +68,6 @@
# Fake targets override this when they submake.
TRUE_PREFIX?= ${PREFIX}
-.include "${MPORTCOMPONENTS}/commands.mk"
-
.if defined(DESTDIR) && !empty(DESTDIR) && !defined(CHROOTED) && \
!defined(BEFOREPORTMK) && !defined(INOPTIONSMK)
More information about the Midnightbsd-cvs
mailing list