svn commit: r348544 - head/x11-fonts/fonts-indic
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Mar 18 13:34:59 UTC 2014
Author: ehaupt
Date: Tue Mar 18 13:34:58 2014
New Revision: 348544
URL: http://svnweb.freebsd.org/changeset/ports/348544
QAT: https://qat.redports.org/buildarchive/r348544/
Log:
Support staging
Modified:
head/x11-fonts/fonts-indic/Makefile
Modified: head/x11-fonts/fonts-indic/Makefile
==============================================================================
--- head/x11-fonts/fonts-indic/Makefile Tue Mar 18 13:30:54 2014 (r348543)
+++ head/x11-fonts/fonts-indic/Makefile Tue Mar 18 13:34:58 2014 (r348544)
@@ -13,18 +13,13 @@ COMMENT= The Lohit family of Indic fonts
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
NO_BUILD= yes
-
NO_WRKSUBDIR= yes
+
FONTSDIR= lib/X11/fonts/${PORTNAME}/
PLIST_SUB+= FONTSDIR=${FONTSDIR}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${PREFIX}/${FONTSDIR}
-
-post-install:
- @${ECHO_MSG} "==> Running fc-cache"
- @${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list