Date: Fri, 20 Mar 2015 14:48:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381740 - in head/x11-fonts/liberation-fonts-ttf: . files Message-ID: <201503201448.t2KEmKhM075472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Mar 20 14:48:19 2015 New Revision: 381740 URL: https://svnweb.freebsd.org/changeset/ports/381740 QAT: https://qat.redports.org/buildarchive/r381740/ Log: Fix pkg-message Modified: head/x11-fonts/liberation-fonts-ttf/Makefile head/x11-fonts/liberation-fonts-ttf/files/pkg-message.in Modified: head/x11-fonts/liberation-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/Makefile Fri Mar 20 14:35:13 2015 (r381739) +++ head/x11-fonts/liberation-fonts-ttf/Makefile Fri Mar 20 14:48:19 2015 (r381740) @@ -20,7 +20,6 @@ USE_XORG= x11 SUB_FILES= pkg-message FONTNAME= Liberation -FONTDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME} INSTDAT= AUTHORS NO_BUILD= yes Modified: head/x11-fonts/liberation-fonts-ttf/files/pkg-message.in ============================================================================== --- head/x11-fonts/liberation-fonts-ttf/files/pkg-message.in Fri Mar 20 14:35:13 2015 (r381739) +++ head/x11-fonts/liberation-fonts-ttf/files/pkg-message.in Fri Mar 20 14:48:19 2015 (r381740) @@ -2,4 +2,4 @@ You can start using the fonts by followi Add the following line to the "Files" section of your x.org configuration file: - FontPath "%%FONTDIR%%/" + FontPath "%%FONTSDIR%%/"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503201448.t2KEmKhM075472>