Revision: 133328 https://trac.macports.org/changeset/133328 Author: jwa@macports.org Date: 2015-02-26 04:18:31 -0800 (Thu, 26 Feb 2015) Log Message: ----------- python33: remove an unversioned file in universal variant Modified Paths: -------------- trunk/dports/lang/python33/Portfile Modified: trunk/dports/lang/python33/Portfile =================================================================== --- trunk/dports/lang/python33/Portfile 2015-02-26 03:29:13 UTC (rev 133327) +++ trunk/dports/lang/python33/Portfile 2015-02-26 12:18:31 UTC (rev 133328) @@ -8,7 +8,7 @@ # Remember to keep py33-tkinter and py33-gdbm's versions sync'd with this version 3.3.6 -revision 1 +revision 2 epoch 20141012 @@ -158,6 +158,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