svn commit: r381740 - in head/x11-fonts/liberation-fonts-ttf: . files

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 20 14:48:21 UTC 2015


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%%/"


More information about the svn-ports-head mailing list