aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/c64bdf
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/c64bdf
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/c64bdf')
-rw-r--r--x11-fonts/c64bdf/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile
index 6c4f73fa8352..90364425c27d 100644
--- a/x11-fonts/c64bdf/Makefile
+++ b/x11-fonts/c64bdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= c64bdf
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fonts
MASTER_SITES= http://beej.us/c64bdf/
DISTNAME= ${PORTNAME}
@@ -15,12 +15,11 @@ COMMENT= Commodore 64 X11 fonts
NO_BUILD= yes
FONTS= c64 c64d
-FONTDIR= lib/X11/fonts/${PORTNAME}
-FILES= ${FONTS:S,$,.bdf,} fonts.dir
-PLIST_FILES= ${FILES:S,^,${FONTDIR}/,}
+FILES= ${FONTS:S,$,.bdf,}
+PLIST_FILES= ${FILES:S,^,${FONTSDIR}/,}
do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${PREFIX}/${FONTDIR}
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>