[50581] trunk/dports/graphics/fontconfig/Portfile
Bryan Blackburn
blb at macports.org
Mon May 4 16:14:30 PDT 2009
On Mon, May 04, 2009 at 03:16:54PM -0700, David Evans said:
> blb at macports.org wrote:
[...]
>> --- trunk/dports/graphics/fontconfig/Portfile 2009-05-04 20:20:05 UTC (rev 50580)
>> +++ trunk/dports/graphics/fontconfig/Portfile 2009-05-04 20:31:19 UTC (rev 50581)
>> @@ -31,7 +31,7 @@
>> port:expat \
>> port:freetype
>> -set add_fonts ${x11prefix}/lib/X11/fonts
>> +set add_fonts /usr/X11R6/lib/X11/fonts
>> set docdir ${prefix}/share/doc/${name}-${version}
>> configure.args \
> Shouldn't this now be ${prefix}/share/fonts ?
I was just dealing with the immediate issue of x11prefix going away;
however, note that ${prefix}/share/fonts is added to that list later,
though it is done in a macosx platform section [1]; probably should be added
on that 'set add_fonts' line with X11...
Bryan
[1] - <http://trac.macports.org/browser/trunk/dports/graphics/fontconfig/Portfile#L81>
More information about the macports-dev
mailing list