[91583] trunk/dports/python/py-empy/Portfile

jmr at macports.org jmr at macports.org
Thu Apr 5 23:41:46 PDT 2012


Revision: 91583
          https://trac.macports.org/changeset/91583
Author:   jmr at macports.org
Date:     2012-04-05 23:41:46 -0700 (Thu, 05 Apr 2012)
Log Message:
-----------
py-empy: fix stub

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

Modified: trunk/dports/python/py-empy/Portfile
===================================================================
--- trunk/dports/python/py-empy/Portfile	2012-04-06 06:33:36 UTC (rev 91582)
+++ trunk/dports/python/py-empy/Portfile	2012-04-06 06:41:46 UTC (rev 91583)
@@ -29,14 +29,13 @@
 python.versions     24 25 26 27 31 32
 python.default_version 24
 
-post-destroot {
-    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
-}
-
 if {${name} == ${subport}} {
     livecheck.type      regex
     livecheck.url       ${homepage}
     livecheck.regex     The current version of empy is (\[0-9.\]+)
 } else {
+    post-destroot {
+        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
+    }
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/a8a70a3a/attachment.html>


More information about the macports-changes mailing list