[36238] trunk/dports/python/py25-pyobjc2/Portfile

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


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

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

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

Modified: trunk/dports/python/py25-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc2/Portfile	2008-04-23 09:24:04 UTC (rev 36237)
+++ trunk/dports/python/py25-pyobjc2/Portfile	2008-04-23 09:25:24 UTC (rev 36238)
@@ -4,21 +4,21 @@
 PortSystem 1.0
 PortGroup python25 1.0
 
-name			py25-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.
+name            py25-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.
 
-homepage		http://pyobjc.sourceforge.net/
+homepage        http://pyobjc.sourceforge.net/
 
 depends_lib-append     port:py25-setuptools \
                 port:py25-py2app-devel
@@ -34,11 +34,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/6bb7ee67/attachment-0001.html


More information about the macports-changes mailing list