--- Portfile.orig	2009-02-01 08:05:37.000000000 -0800
+++ Portfile	2009-03-01 01:38:21.000000000 -0800
@@ -76,8 +76,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
