[Midnightbsd-cvs] mports: bsd.mport.mk: include old package tools before the comps.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Mar 20 14:20:38 EDT 2009


Log Message:
-----------
include old package tools before the comps.  This fixes various breakages.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.140 -> r1.141)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.140
retrieving revision 1.141
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.140 -r1.141
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -434,6 +434,12 @@
 #
 # Pull in our mixins.
 #
+
+.if !defined(USE_MPORT_TOOLS)
+.include "${PORTSDIR}/Mk/components/old_pkg_tools.mk"
+.endif
+
+
 .include "${MPORTCOMPONENTS}/metadata.mk"
 .include "${MPORTCOMPONENTS}/options.mk"
 .include "${MPORTCOMPONENTS}/fake.mk"
@@ -1037,9 +1043,6 @@
 PKGORIGIN?=		${PKGCATEGORY}/${PORTDIRNAME}
 
 
-.if !defined(USE_MPORT_TOOLS)
-.include "${PORTSDIR}/Mk/components/old_pkg_tools.mk"
-.endif
 
 
 MPORT_CREATE?=		/usr/libexec/mport.create


More information about the Midnightbsd-cvs mailing list