svn commit: r344336 - head/x11-fonts/droid-fonts-ttf
Martin Wilke
miwi at FreeBSD.org
Sat Feb 15 09:10:35 UTC 2014
Author: miwi
Date: Sat Feb 15 09:10:35 2014
New Revision: 344336
URL: http://svnweb.freebsd.org/changeset/ports/344336
QAT: https://qat.redports.org/buildarchive/r344336/
Log:
- Stage support
Modified:
head/x11-fonts/droid-fonts-ttf/Makefile
Modified: head/x11-fonts/droid-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/droid-fonts-ttf/Makefile Sat Feb 15 09:09:57 2014 (r344335)
+++ head/x11-fonts/droid-fonts-ttf/Makefile Sat Feb 15 09:10:35 2014 (r344336)
@@ -23,18 +23,14 @@ PLIST_SUB= FONTDIR=${FONTDIR}
SUB_FILES= pkg-message
SUB_LIST= FONTDIR=${FONTDIR}
-NO_STAGE= yes
do-build:
@cd ${WRKSRC}/ && \
${LOCALBASE}/bin/mkfontscale && \
${LOCALBASE}/bin/mkfontdir
do-install:
- ${MKDIR} ${PREFIX}/${FONTDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf fonts.* ${PREFIX}/${FONTDIR}/
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf fonts.* ${STAGEDIR}${PREFIX}/${FONTDIR}/
# maintainer section:
# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts
More information about the svn-ports-all
mailing list