[Midnightbsd-cvs] mports: bsd.mport.mk: Pull in the old package tools right before

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Apr 6 13:39:20 EDT 2009


Log Message:
-----------
Pull in the old package tools right before fake.mk, this will give the
various extensions time to twiddle things before we setup the depends
targets.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.148 -> r1.149)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.148
retrieving revision 1.149
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.148 -r1.149
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -466,9 +466,6 @@
 #
 # Pull in our mixins.
 #
-.if !defined(USE_MPORT_TOOLS)
-.include "${PORTSDIR}/Mk/components/old_pkg_tools.mk"
-.endif
 
 
 .include "${MPORTCOMPONENTS}/metadata.mk"
@@ -827,6 +824,9 @@
 # These componenets include targets that may have been overwritten by the 
 # above extentions, so they are loaded here.
 #
+.if !defined(USE_MPORT_TOOLS)
+.include "${PORTSDIR}/Mk/components/old_pkg_tools.mk"
+.endif
 .include "${MPORTCOMPONENTS}/fake.mk"
 
 


More information about the Midnightbsd-cvs mailing list