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

akitada at macports.org akitada at macports.org
Sun Jan 4 08:35:08 PST 2009


Revision: 44907
          http://trac.macports.org/changeset/44907
Author:   akitada at macports.org
Date:     2009-01-04 08:35:08 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
Synced with python26.

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-01-04 16:34:28 UTC (rev 44906)
+++ trunk/dports/_resources/port1.0/group/python30-1.0.tcl	2009-01-04 16:35:08 UTC (rev 44907)
@@ -32,15 +32,14 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-set prefix ${frameworks_dir}/Python.framework/Versions/3.0
+set python.branch	3.0
+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}
 
-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}
-
 categories		python
 
 dist_subdir		python
@@ -53,7 +52,7 @@
 build.target	build
 
 destroot.cmd	${python.bin} setup.py
-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/750fa444/attachment.html>


More information about the macports-changes mailing list