[91533] trunk/dports/python/py-ftputil/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 3 21:19:56 PDT 2012


Revision: 91533
          https://trac.macports.org/changeset/91533
Author:   ryandesign at 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<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/d6166e8e/attachment.html>


More information about the macports-changes mailing list