Revision: 133329 https://trac.macports.org/changeset/133329 Author: jwa@macports.org Date: 2015-02-26 04:20:31 -0800 (Thu, 26 Feb 2015) Log Message: ----------- python34: remove an unversioned file in universal variant Modified Paths: -------------- trunk/dports/lang/python34/Portfile Modified: trunk/dports/lang/python34/Portfile =================================================================== --- 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
participants (1)
-
jwa@macports.org