aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/cyberbit-ttfonts
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/cyberbit-ttfonts
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/cyberbit-ttfonts')
-rw-r--r--x11-fonts/cyberbit-ttfonts/Makefile8
-rw-r--r--x11-fonts/cyberbit-ttfonts/files/pkg-message.in4
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-fonts/cyberbit-ttfonts/Makefile b/x11-fonts/cyberbit-ttfonts/Makefile
index 8db7b12bf4af..88002de292df 100644
--- a/x11-fonts/cyberbit-ttfonts/Makefile
+++ b/x11-fonts/cyberbit-ttfonts/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cyberbit-ttfonts
PORTVERSION= 2.0.20050220
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ \
http://aol-4.vo.llnwd.net/pub/communicator/extras/fonts/windows/ \
@@ -21,8 +21,6 @@ RESTRICTED= Redistribution not permitted; single user license only.
USES= fonts zip
-FONTSDIR= lib/X11/fonts/Cyberbit
-
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}
@@ -34,8 +32,8 @@ OPTIONS_DEFINE= DOCS
NO_BUILD= yes
do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Cyberbit.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Cyberbit.ttf ${STAGEDIR}${FONTSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${doc} ${STAGEDIR}${DOCSDIR}
diff --git a/x11-fonts/cyberbit-ttfonts/files/pkg-message.in b/x11-fonts/cyberbit-ttfonts/files/pkg-message.in
index 17a60385be9a..c793d50b7fdb 100644
--- a/x11-fonts/cyberbit-ttfonts/files/pkg-message.in
+++ b/x11-fonts/cyberbit-ttfonts/files/pkg-message.in
@@ -1,10 +1,10 @@
You can start using the font(s) by following these instructions:
Eiter type the following in an X terminal:
- xset fp+ %%FONTDIR%%
+ xset fp+ %%FONTSDIR%%
xset fp rehash
Or, more permanently, add the following line to the "Files" section of your
X.Org configuration file:
- FontPath "%%FONTDIR%%/"
+ FontPath "%%FONTSDIR%%/"
and make sure you have the "freetype" module loaded, then restart X.