--- python25-1.0.tcl.orig	2009-01-10 04:22:13.000000000 -0500
+++ python25-1.0.tcl	2009-02-08 18:45:20.000000000 -0500
@@ -33,11 +33,12 @@
 #
 
 set python.branch	2.5
-set python.bin	${prefix}/bin/python${python.branch}
-set python.lib	${prefix}/lib/libpython${python.branch}.dylib
-set python.libdir ${prefix}/lib/python${python.branch}
-set python.pkgd	${prefix}/lib/python${python.branch}/site-packages
-set python.include	${prefix}/include/python${python.branch}
+set python.prefix	${frameworks_dir}/Python.framework/Versions/${python.branch}
+set python.bin	${python.prefix}/bin/python${python.branch}
+set python.lib	${python.prefix}/Python
+set python.libdir ${python.prefix}/lib/python${python.branch}
+set python.pkgd	${python.prefix}/lib/python${python.branch}/site-packages
+set python.include	${python.prefix}/include/python${python.branch}
 
 categories		python
 
@@ -51,7 +52,7 @@
 build.target	build
 
 destroot.cmd	${python.bin} setup.py --no-user-cfg
-destroot.destdir	--prefix=${prefix} --root=${destroot}
+destroot.destdir	--prefix=${python.prefix} --root=${destroot}
 
 pre-destroot	{
 	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples

