aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/croscorefonts-fonts-ttf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-21 23:05:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-21 23:05:19 +0000
commita5da770e67afce95b829c38c5d5330fe69f7822c (patch)
treeb9556c9042a9d20d7c71f49869f39f95afc00052 /x11-fonts/croscorefonts-fonts-ttf
parent51da733b698e7bbedaac4743f457352334401249 (diff)
downloadports-a5da770e67afce95b829c38c5d5330fe69f7822c.tar.gz
ports-a5da770e67afce95b829c38c5d5330fe69f7822c.zip
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
Notes
Notes: svn path=/head/; revision=381876
Diffstat (limited to 'x11-fonts/croscorefonts-fonts-ttf')
-rw-r--r--x11-fonts/croscorefonts-fonts-ttf/Makefile2
-rw-r--r--x11-fonts/croscorefonts-fonts-ttf/files/pkg-message.in2
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/croscorefonts-fonts-ttf/Makefile b/x11-fonts/croscorefonts-fonts-ttf/Makefile
index 3deb87a50320..a0e3136d033b 100644
--- a/x11-fonts/croscorefonts-fonts-ttf/Makefile
+++ b/x11-fonts/croscorefonts-fonts-ttf/Makefile
@@ -19,11 +19,9 @@ COMMENT= Fonts created from by Google for ChromeOS to replace MS TTF
USES= fonts
USE_XORG= x11
-PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}"
SUB_FILES= pkg-message
FONTNAME= ChromeOS
-FONTSDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME}
NO_BUILD= yes
do-install:
diff --git a/x11-fonts/croscorefonts-fonts-ttf/files/pkg-message.in b/x11-fonts/croscorefonts-fonts-ttf/files/pkg-message.in
index dca252c8f1d3..58071a80c57f 100644
--- a/x11-fonts/croscorefonts-fonts-ttf/files/pkg-message.in
+++ b/x11-fonts/croscorefonts-fonts-ttf/files/pkg-message.in
@@ -2,4 +2,4 @@ You can start using the fonts by following these instructions:
Add the following line to the "Files" section of your x.org configuration file:
- FontPath "%%FONTDIR%%/"
+ FontPath "%%FONTSDIR%%/"