[Midnightbsd-cvs] mports: bsd.mport.mk: fix regression with Module::Build perl ports.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Mar 21 12:45:55 EDT 2009


Log Message:
-----------
fix regression with Module::Build perl ports.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.143 -> r1.144)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.143
retrieving revision 1.144
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.143 -r1.144
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -479,7 +479,6 @@
 
 .include "${MPORTCOMPONENTS}/metadata.mk"
 .include "${MPORTCOMPONENTS}/options.mk"
-.include "${MPORTCOMPONENTS}/fake.mk"
 .include "${MPORTCOMPONENTS}/maintainer.mk"
 
 
@@ -830,6 +829,13 @@
 USE_SUBMAKE=	yes
 .endif
 
+#
+# These componenets include targets that may have been overwritten by the 
+# above extentions, so they are loaded here.
+#
+.include "${MPORTCOMPONENTS}/fake.mk"
+
+
 
 # Set the default for the installation of Postscript(TM)-
 # compatible functionality.


More information about the Midnightbsd-cvs mailing list