This change doesn't make a difference because Tcl substitutions produce a single word. I'd rather people not do this because unnecessary quotation marks only perpetuate the misconception that they are necessary.
vq > On Dec 13, 2014, at 7:31 PM, [email protected] wrote: > > Revision > 129490 <https://trac.macports.org/changeset/129490>Author > [email protected] <mailto:[email protected]>Date > 2014-12-13 16:31:14 -0800 (Sat, 13 Dec 2014) > Log Message > > mpv: use more quotes. > Modified Paths > > trunk/dports/multimedia/mpv/Portfile > <x-msg://1/#trunkdportsmultimediampvPortfile> > Diff > > <>Modified: trunk/dports/multimedia/mpv/Portfile (129489 => 129490) > > --- trunk/dports/multimedia/mpv/Portfile 2014-12-14 00:22:38 UTC (rev > 129489) > +++ trunk/dports/multimedia/mpv/Portfile 2014-12-14 00:31:14 UTC (rev > 129490) > @@ -181,7 +181,7 @@ > } > > post-extract { > - xinstall -m 0644 -W ${filespath} config-maintainer > ${worksrcpath}/TOOLS/ > + xinstall -m 0644 -W "${filespath}" config-maintainer > "${worksrcpath}/TOOLS/" > } > > pre-configure { > _______________________________________________ > macports-changes mailing list > [email protected] > <mailto:[email protected]> > https://lists.macosforge.org/mailman/listinfo/macports-changes > <https://lists.macosforge.org/mailman/listinfo/macports-changes>
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
