Modified: trunk/dports/python/py-empy/Portfile (91582 => 91583)
--- 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
}