[36236] trunk/dports/python/py-pyobjc2/Portfile

jmr at macports.org jmr at macports.org
Wed Apr 23 02:23:01 PDT 2008


Revision: 36236
          http://trac.macosforge.org/projects/macports/changeset/36236
Author:   jmr at macports.org
Date:     2008-04-23 02:23:01 -0700 (Wed, 23 Apr 2008)

Log Message:
-----------
py-pyobjc2: whitespace only changes

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

Modified: trunk/dports/python/py-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc2/Portfile	2008-04-23 09:18:40 UTC (rev 36235)
+++ trunk/dports/python/py-pyobjc2/Portfile	2008-04-23 09:23:01 UTC (rev 36236)
@@ -4,21 +4,21 @@
 PortSystem 1.0
 PortGroup python24 1.0
 
-name			py-pyobjc2
+name            py-pyobjc2
 version         2.0
-categories		python devel
-maintainers		jmr openmaintainer
-platforms		darwin
-description		bidirectional bridge between python and Objective C
-long_description	The PyObjC project aims to provide a bridge between \
-				the Python and Objective-C programming languages. The \
-				bridge is intended to be fully bidirectional, allowing \
-				the Python programmer to take full advantage of the \
-				power provided by various Objective-C based toolkits \
-				and the Objective-C programmer transparent access to \
-				Python based functionality.
+categories      python devel
+maintainers     jmr openmaintainer
+platforms       darwin
+description     bidirectional bridge between python and Objective C
+long_description    The PyObjC project aims to provide a bridge between \
+                the Python and Objective-C programming languages. The \
+                bridge is intended to be fully bidirectional, allowing \
+                the Python programmer to take full advantage of the \
+                power provided by various Objective-C based toolkits \
+                and the Objective-C programmer transparent access to \
+                Python based functionality.
 
-homepage		http://pyobjc.sourceforge.net/
+homepage        http://pyobjc.sourceforge.net/
 
 depends_lib-append     port:py-setuptools \
                 port:py-py2app-devel \
@@ -37,11 +37,11 @@
 }
 
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \
-		License.txt NEWS.html NEWS.txt README.txt ReadMe.html \
-		${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
-	file delete ${destroot}${prefix}/share/doc/${name}/examples
-	file copy ${worksrcpath}/Examples \
-		${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \
+        License.txt NEWS.html NEWS.txt README.txt ReadMe.html \
+        ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
+    file delete ${destroot}${prefix}/share/doc/${name}/examples
+    file copy ${worksrcpath}/Examples \
+        ${destroot}${prefix}/share/doc/${name}/examples
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080423/5e3bc3b1/attachment.html


More information about the macports-changes mailing list