[113947] trunk/dports/lang/python34/Portfile

jwa at macports.org jwa at macports.org
Tue Nov 26 04:55:05 PST 2013


Revision: 113947
          https://trac.macports.org/changeset/113947
Author:   jwa at macports.org
Date:     2013-11-26 04:55:05 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
python34: use another install target to allow installation of several Python versions, closing #41549

Modified Paths:
--------------
    trunk/dports/lang/python34/Portfile

Modified: trunk/dports/lang/python34/Portfile
===================================================================
--- trunk/dports/lang/python34/Portfile	2013-11-26 10:58:39 UTC (rev 113946)
+++ trunk/dports/lang/python34/Portfile	2013-11-26 12:55:05 UTC (rev 113947)
@@ -9,6 +9,7 @@
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
 version                 3.4.0b1
 epoch                   20131124
+revision                1
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -73,7 +74,7 @@
 test.run                yes
 test.target             test
 
-destroot.target         frameworkinstall maninstall
+destroot.target         altinstall
 
 # ensure that correct compiler is used
 build.args-append       MAKE="${build.cmd} CC=${configure.cc}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/1ee172b1/attachment.html>


More information about the macports-changes mailing list