[114224] trunk/dports/python/py-llvmpy/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 2 20:49:46 PST 2013


Revision: 114224
          https://trac.macports.org/changeset/114224
Author:   ryandesign at macports.org
Date:     2013-12-02 20:49:46 -0800 (Mon, 02 Dec 2013)
Log Message:
-----------
py-llvmpy: fix stub port (#41657)

Modified Paths:
--------------
    trunk/dports/python/py-llvmpy/Portfile

Modified: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile	2013-12-03 04:03:23 UTC (rev 114223)
+++ trunk/dports/python/py-llvmpy/Portfile	2013-12-03 04:49:46 UTC (rev 114224)
@@ -22,16 +22,16 @@
 
 homepage            http://www.llvmpy.org/
 
-# Remove with next version update
-master_sites        macports_distfiles
-post-extract {
-    move [glob ${workpath}/*] ${worksrcpath}
-}
-
 checksums           rmd160  0b64f5cff1fe5d0240adc97b0e572c5946e99a38 \
                     sha256  994369fb17f2b153d3ceb3b7e07ff3047195cdb7fb127dd6fc55492896aafeae
 
 if {${subport} ne ${name}} {
+    # Remove with next version update
+    master_sites    macports_distfiles
+    post-extract {
+        move [glob ${workpath}/*] ${worksrcpath}
+    }
+
     depends_lib-append  port:llvm-3.3
     build.env-append    LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3
     destroot.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131202/cf4e1b89/attachment.html>


More information about the macports-changes mailing list