Modified: trunk/dports/lang/python34/Portfile (133328 => 133329)
--- trunk/dports/lang/python34/Portfile 2015-02-26 12:18:31 UTC (rev 133328)
+++ trunk/dports/lang/python34/Portfile 2015-02-26 12:20:31 UTC (rev 133329)
@@ -8,7 +8,7 @@
# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
version 3.4.2
-revision 1
+revision 2
epoch 20141008
@@ -159,6 +159,12 @@
post-configure {
system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.h-universal.ed"
}
+
+ post-destroot {
+ foreach unversioned {python3-32} {
+ delete ${destroot}${prefix}/bin/${unversioned}
+ }
+ }
}
livecheck.type regex