Revision
89681
Author
ryandesign@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

Diff

Modified: trunk/dports/python/py-pexpect/Portfile (89680 => 89681)


--- 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 {