[44906] trunk/dports/_resources/port1.0/group/python26-1.0.tcl

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


Revision: 44906
          http://trac.macports.org/changeset/44906
Author:   akitada at macports.org
Date:     2009-01-04 08:34:28 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
Chagned to use python.branch instead of hard-coded version number.

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

Modified: trunk/dports/_resources/port1.0/group/python26-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python26-1.0.tcl	2009-01-04 16:28:57 UTC (rev 44905)
+++ trunk/dports/_resources/port1.0/group/python26-1.0.tcl	2009-01-04 16:34:28 UTC (rev 44906)
@@ -32,9 +32,8 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-set python.prefix ${frameworks_dir}/Python.framework/Versions/2.6
-
 set python.branch	2.6
+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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/bb5c0095/attachment.html>


More information about the macports-changes mailing list