summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:10:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:10:59 +0000
commit7ea520112fab709b83756c0a72347a90e6b0a6bc (patch)
tree79a2fd016b7b3a8a8d82222532eedf128382412f /x11-fonts
parentStagify (diff)
Stagify
Notes
Notes: svn path=/head/; revision=329309
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/croscorefonts-fonts-ttf/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-fonts/croscorefonts-fonts-ttf/Makefile b/x11-fonts/croscorefonts-fonts-ttf/Makefile
index 67feb08751d2..742bdeb2445e 100644
--- a/x11-fonts/croscorefonts-fonts-ttf/Makefile
+++ b/x11-fonts/croscorefonts-fonts-ttf/Makefile
@@ -13,7 +13,7 @@ COMMENT= Fonts created from by Google for ChromeOS to replace MS TTF
#LICENSE= OFL
#LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1
#LICENSE_FILE= ${WRKSRC}/LICENSE
-#LICENSE_PERMS= auto-accept
+#LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
@@ -35,20 +35,14 @@ INSTDAT= fonts.dir fonts.scale
MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir
-NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${MKFONTSCL_CMD}
${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale
cd ${WRKSRC} && ${MKFONTDIR_CMD}
do-install:
- ${MKDIR} ${FONTDIR}
+ ${MKDIR} ${STAGEDIR}${FONTDIR}
cd ${WRKSRC} && \
- ${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR}
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ ${INSTALL_DATA} ${INSTDAT} *.ttf ${STAGEDIR}${FONTDIR}
.include <bsd.port.mk>