aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 14:35:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 14:35:13 +0000
commit6d35350918accd813e17dfde14752c42f7360e50 (patch)
tree3977a45d6e1a39bac0082204d0dd382a09048edb /x11-fonts
parent27fef7a81ee60171d3d30a04b3ec85a227d5b2f4 (diff)
downloadports-6d35350918accd813e17dfde14752c42f7360e50.tar.gz
ports-6d35350918accd813e17dfde14752c42f7360e50.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/droid-fonts-ttf/Makefile8
-rw-r--r--x11-fonts/droid-fonts-ttf/files/pkg-message.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/droid-fonts-ttf/Makefile b/x11-fonts/droid-fonts-ttf/Makefile
index eacb6b0c85c6..f1e146522798 100644
--- a/x11-fonts/droid-fonts-ttf/Makefile
+++ b/x11-fonts/droid-fonts-ttf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= droid-fonts-ttf
PORTVERSION= 20131024
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= LOCAL/sunpoet
@@ -12,15 +12,15 @@ COMMENT= The Droid typeface family
LICENSE= APACHE20
+FONTNAME= Droid
NO_BUILD= yes
USES= fonts tar:xz
-FONTSDIR= lib/X11/fonts/Droid
SUB_FILES= pkg-message
do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR}/
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}/
# maintainer section:
# https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/
diff --git a/x11-fonts/droid-fonts-ttf/files/pkg-message.in b/x11-fonts/droid-fonts-ttf/files/pkg-message.in
index 798a45125c89..5b2177630d03 100644
--- a/x11-fonts/droid-fonts-ttf/files/pkg-message.in
+++ b/x11-fonts/droid-fonts-ttf/files/pkg-message.in
@@ -4,5 +4,5 @@ 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 "%%PREFIX%%/%%FONTDIR%%/"
+ FontPath "%%FONTSDIR%%/"