[91446] trunk/dports/textproc/multimarkdown/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 1 19:09:07 PDT 2012


Revision: 91446
          https://trac.macports.org/changeset/91446
Author:   ryandesign at macports.org
Date:     2012-04-01 19:09:07 -0700 (Sun, 01 Apr 2012)
Log Message:
-----------
multimarkdown: do git-related things in the fetch phase, since git-core is only listed as a fetch dependency

Modified Paths:
--------------
    trunk/dports/textproc/multimarkdown/Portfile

Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile	2012-04-02 02:08:59 UTC (rev 91445)
+++ trunk/dports/textproc/multimarkdown/Portfile	2012-04-02 02:09:07 UTC (rev 91446)
@@ -25,16 +25,17 @@
 
 fetch.type          git
 
-configure {
+post-fetch {
     system -W ${worksrcpath} "git submodule init"
     reinplace "s|git at github.com:|https://github.com/|" ${worksrcpath}/.git/config
     system -W ${worksrcpath} "git submodule update"
 }
 
+use_configure       no
+
 variant universal {}
 build.args          CC="${configure.cc} [get_canonical_archflags]"
 
-#use_configure       no
 # "make docs" builds multimarkdown as a dependency
 build.target        docs
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120401/3f8535f4/attachment-0001.html>


More information about the macports-changes mailing list