[47618] trunk/dports/_resources/port1.0/group/python30-1.0.tcl

blb at macports.org blb at macports.org
Sun Mar 1 20:43:02 PST 2009


Revision: 47618
          http://trac.macports.org/changeset/47618
Author:   blb at macports.org
Date:     2009-03-01 20:43:01 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
group/python30-1.0.tcl - revert r47615

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python30-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python30-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python30-1.0.tcl	2009-03-02 02:52:07 UTC (rev 47617)
+++ trunk/dports/_resources/port1.0/group/python30-1.0.tcl	2009-03-02 04:43:01 UTC (rev 47618)
@@ -33,11 +33,12 @@
 #
 
 set python.branch	3.0
-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
 
@@ -47,11 +48,11 @@
 
 use_configure	no
 
-build.cmd		${python.bin} setup.py
+build.cmd		${python.bin} setup.py --no-user-cfg
 build.target	build
 
-destroot.cmd	${python.bin} setup.py
-destroot.destdir	--prefix=${prefix} --root=${destroot}
+destroot.cmd	${python.bin} setup.py --no-user-cfg
+destroot.destdir	--prefix=${python.prefix} --root=${destroot}
 
 pre-destroot	{
 	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090301/db904ae5/attachment.html>


More information about the macports-changes mailing list