Modified: trunk/dports/lang/python34/Portfile (118098 => 118099)
--- trunk/dports/lang/python34/Portfile 2014-03-22 11:28:29 UTC (rev 118098)
+++ trunk/dports/lang/python34/Portfile 2014-03-22 13:31:36 UTC (rev 118099)
@@ -8,6 +8,7 @@
# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
version 3.4.0
+revision 1
# typo in epoch, meant to have 20140105 at the end, wait until May to correct
epoch 20140506
@@ -79,7 +80,7 @@
test.run yes
test.target test
-destroot.target altinstall
+destroot.target frameworkinstall maninstall
# ensure that correct compiler is used
build.args-append MAKE="${build.cmd} CC=${configure.cc}"
Modified: trunk/dports/lang/python34/files/python34 (118098 => 118099)
--- trunk/dports/lang/python34/files/python34 2014-03-22 11:28:29 UTC (rev 118098)
+++ trunk/dports/lang/python34/files/python34 2014-03-22 13:31:36 UTC (rev 118099)
@@ -1,6 +1,6 @@
bin/python3.4
-
-bin/python3.4m-config
+bin/python3.4-config
bin/idle3.4
bin/pydoc3.4
-