[34943] trunk/dports/lang/python23/Portfile

afb at macports.org afb at macports.org
Wed Mar 12 01:43:11 PDT 2008


Revision: 34943
          http://trac.macosforge.org/projects/macports/changeset/34943
Author:   afb at macports.org
Date:     2008-03-12 01:43:10 -0700 (Wed, 12 Mar 2008)

Log Message:
-----------
fix destroot cd bug introduced in r34787

Modified Paths:
--------------
    trunk/dports/lang/python23/Portfile

Modified: trunk/dports/lang/python23/Portfile
===================================================================
--- trunk/dports/lang/python23/Portfile	2008-03-12 07:44:00 UTC (rev 34942)
+++ trunk/dports/lang/python23/Portfile	2008-03-12 08:43:10 UTC (rev 34943)
@@ -37,9 +37,9 @@
 
 post-destroot {
 	file delete ${destroot}${prefix}/bin/python
-	file rename ${destroot}${prefix}/share/man/man1/python.1 share/man/man1/python${version}
-	file rename ${destroot}${prefix}/bin/pydoc bin/pydoc2.3
-	file rename ${destroot}${prefix}/bin/idle bin/idle2.3
+	file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${version}
+	file rename ${destroot}${prefix}/bin/pydoc ${destroot}${prefix}/bin/pydoc2.3
+	file rename ${destroot}${prefix}/bin/idle ${destroot}${prefix}/bin/idle2.3
 	reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \
 		${destroot}${prefix}/bin/pydoc2.3 ${destroot}${prefix}/bin/idle2.3
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080312/0ff319e3/attachment.html 


More information about the macports-changes mailing list