diff --git a/python/py25-pyqt4/Portfile b/python/py25-pyqt4/Portfile
index c394b9c..cffd917 100644
--- a/python/py25-pyqt4/Portfile
+++ b/python/py25-pyqt4/Portfile
@@ -55,4 +55,7 @@ post-destroot {
 		LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT NEWS README \
 		THANKS \
 		${destroot}${prefix}/share/doc/${name}
+
+	move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
+		${destroot}${prefix}/lib/python2.5
 }

