[89681] trunk/dports/python/py-pexpect/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 6 10:54:43 PST 2012


Revision: 89681
          http://trac.macports.org/changeset/89681
Author:   ryandesign at macports.org
Date:     2012-02-06 10:54:41 -0800 (Mon, 06 Feb 2012)
Log Message:
-----------
py-pexpect: whitespace changes to conform to modeline

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

Modified: trunk/dports/python/py-pexpect/Portfile
===================================================================
--- trunk/dports/python/py-pexpect/Portfile	2012-02-06 18:47:03 UTC (rev 89680)
+++ trunk/dports/python/py-pexpect/Portfile	2012-02-06 18:54:41 UTC (rev 89681)
@@ -11,15 +11,16 @@
 platforms           darwin
 maintainers         nomaintainer
 
-description   python module for better controlling other applications
-long_description \
-  Pexpect makes Python a better tool for controlling \
-  other applications. It is a pure Python module for spawning child \
-  applications, controlling them and responding to expected patterns in \
-  their output. Pexpect works like Don Libes Expect. Pexpect allows your \
-  script to spawn a child application and control it as if a human were \
-  typing commands.
+description         python module for better controlling other applications
 
+long_description    Pexpect makes Python a better tool for controlling \
+                    other applications. It is a pure Python module for \
+                    spawning child applications, controlling them and \
+                    responding to expected patterns in their output. Pexpect \
+                    works like Don Libes Expect. Pexpect allows your script \
+                    to spawn a child application and control it as if a human \
+                    were typing commands.
+
 homepage            http://${real_name}.sourceforge.net/
 master_sites        http://pypi.python.org/packages/source/p/${real_name} \
                     sourceforge:${real_name}
@@ -39,8 +40,7 @@
     post-destroot {
         set docdir ${destroot}${prefix}/share/doc/${subport}
         xinstall -d ${docdir}
-        xinstall -m 644 -W ${worksrcpath} README \
-          ${docdir}
+        xinstall -m 644 -W ${worksrcpath} README ${docdir}
     }
     livecheck.type  none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120206/25501ce7/attachment.html>


More information about the macports-changes mailing list