From fe5a7e4bee2fc7a40343278a44de77847b5c91c5 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 21 Mar 2015 23:05:19 +0000 Subject: 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 --- x11-fonts/padauk/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11-fonts/padauk') diff --git a/x11-fonts/padauk/Makefile b/x11-fonts/padauk/Makefile index cf903ef45582..c3f4b9d4b565 100644 --- a/x11-fonts/padauk/Makefile +++ b/x11-fonts/padauk/Makefile @@ -15,10 +15,8 @@ FETCH_BEFORE_ARGS= -o ${DISTFILES} NO_BUILD= yes USES= fonts zip -FONTSDIR= lib/X11/fonts/Myanmar - do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} .include -- cgit