Revision: 140084 https://trac.macports.org/changeset/140084 Author: g5pw@macports.org Date: 2015-09-09 13:08:02 -0700 (Wed, 09 Sep 2015) Log Message: ----------- textproc/colout: Make sure we use MacPorts' python interpreter Modified Paths: -------------- trunk/dports/textproc/colout/Portfile Modified: trunk/dports/textproc/colout/Portfile =================================================================== --- trunk/dports/textproc/colout/Portfile 2015-09-09 17:02:21 UTC (rev 140083) +++ trunk/dports/textproc/colout/Portfile 2015-09-09 20:08:02 UTC (rev 140084) @@ -6,7 +6,7 @@ PortGroup python 1.0 github.setup nojhan colout 0.4 v -revision 1 +revision 2 maintainers g5pw openmaintainer categories textproc python @@ -24,7 +24,7 @@ python.default_version 34 patch { - reinplace -W ${worksrcpath} s/python3/python${python.branch}/ \ + reinplace -W ${worksrcpath} s|python3|${python.bin}| \ bin/colout \ colout/colout.py \ setup.py \