Modified: trunk/dports/python/py-ftputil/Portfile (91532 => 91533)
--- trunk/dports/python/py-ftputil/Portfile 2012-04-04 04:16:39 UTC (rev 91532)
+++ trunk/dports/python/py-ftputil/Portfile 2012-04-04 04:19:56 UTC (rev 91533)
@@ -32,10 +32,7 @@
if {$subport != $name} {
depends_build port:py${python.version}-distribute
-}
-
-if {$subport != $name} {
post-destroot {
if {${python.version} == 24 || ${python.version} == 25} {
delete ${destroot}${prefix}/doc/ftputil
@@ -44,11 +41,7 @@
xinstall -m 644 -W ${worksrcpath} README.html README.txt ftputil.html \
ftputil.txt VERSION PKG-INFO ${destroot}${prefix}/share/doc/${subport}
}
-}
-
-
-if {$subport != $name} {
livecheck.type regex
livecheck.url ${homepage}raw-attachment/wiki/Download/
livecheck.regex {>ftputil-([0-9.]+).tar.gz<}