Modified: trunk/dports/python/py-sip/Portfile (20809 => 20810)
--- trunk/dports/python/py-sip/Portfile 2006-11-29 20:35:12 UTC (rev 20809)
+++ trunk/dports/python/py-sip/Portfile 2006-11-30 00:08:05 UTC (rev 20810)
@@ -4,6 +4,7 @@
name py-sip
version 4.5
+revision 1
categories python devel
maintainers mww@opendarwin.org
description create Python bindings for C and C++ libraries
@@ -44,4 +45,6 @@
file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} LICENSE NEWS README THANKS TODO \
${destroot}${prefix}/share/doc/${name}
+ system "${prefix}/bin/python2.4 ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py ${destroot}${prefix}"
+ system "${prefix}/bin/python2.4 -O ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py ${destroot}${prefix}"
}