Revision
104801
Author
mfeiri@macports.org
Date
2013-04-02 14:36:52 -0700 (Tue, 02 Apr 2013)

Log Message

bootstrap_cmds: the migcom target is more graceful than the default migcom_ext

Modified Paths

Diff

Modified: trunk/dports/devel/bootstrap_cmds/Portfile (104800 => 104801)


--- trunk/dports/devel/bootstrap_cmds/Portfile	2013-04-02 21:21:30 UTC (rev 104800)
+++ trunk/dports/devel/bootstrap_cmds/Portfile	2013-04-02 21:36:52 UTC (rev 104801)
@@ -26,17 +26,15 @@
 # for replath and decomment
 if {${os.major} < 12} {
     version         80
+    revision        2
     checksums       rmd160  072e399562eb021e4fa0cd66132153afcc02f417 \
                     sha256  2ae65cd2ca6f0f684b25aad46a649aeb95a774d06a8287c59962fba42900a2fc
 
-    supported_archs         i386 ppc
-    depends_build-append    port:coreosmakefiles
     xcode.project           migcom.tproj/migcom.xcodeproj
 
     pre-build {
         file delete ${worksrcpath}/Makefile
         system "make -C ${worksrcpath} decomment.tproj/decomment relpath.tproj/relpath"
-        reinplace "s|\$(MAKEFILEPATH)|${prefix}/share/Makefiles|g" ${worksrcpath}/migcom.tproj/Makefile
     }
 
     post-destroot {