Revision: 91533 https://trac.macports.org/changeset/91533 Author: ryandesign@macports.org Date: 2012-04-03 21:19:56 -0700 (Tue, 03 Apr 2012) Log Message: ----------- py-ftputil: simplify by removing unnecessary lines Modified Paths: -------------- trunk/dports/python/py-ftputil/Portfile Modified: trunk/dports/python/py-ftputil/Portfile =================================================================== --- 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<}