--- Portfile.orig	2009-01-27 00:28:03.000000000 -0600
+++ Portfile	2009-01-27 00:14:05.000000000 -0600
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Portfile 45823 2009-01-22 22:48:16Z toby@macports.org $
 
 PortSystem 1.0
 
@@ -72,8 +72,7 @@
         set framewdir  ${framewpath}/Versions/${branch}
 
         foreach dir { lib include } {
-            file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}
-            ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch}
+            ln -s ${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}/python${branch}
         }
 
         ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib

