diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 22:13:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 22:13:50 +0800 |
commit | 9567321b4f6655255cde365d659bdc87b6449937 (patch) | |
tree | ace78feaa827e7e773249fcc63008be3dc82c7cf /x11-fonts | |
parent | 2b5c6ef4f2955b6fbeb67fd33e9e316045cf1685 (diff) | |
download | freebsd-ports-gnome-9567321b4f6655255cde365d659bdc87b6449937.tar.gz freebsd-ports-gnome-9567321b4f6655255cde365d659bdc87b6449937.tar.zst freebsd-ports-gnome-9567321b4f6655255cde365d659bdc87b6449937.zip |
Stagify
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/linuxlibertine-g/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-fonts/linuxlibertine-g/Makefile b/x11-fonts/linuxlibertine-g/Makefile index 41ac8a7a30e7..cc76eb765e92 100644 --- a/x11-fonts/linuxlibertine-g/Makefile +++ b/x11-fonts/linuxlibertine-g/Makefile @@ -31,21 +31,13 @@ INSTDAT= fonts.dir fonts.scale WRKSRC= ${WRKDIR}/${FONTNAME} -NO_STAGE= yes do-build: cd ${WRKSRC} && ${MKFONTSCL_CMD} cd ${WRKSRC} && ${MKFONTDIR_CMD} do-install: - ${MKDIR} ${FONTDIR} + ${MKDIR} ${STAGEDIR}${FONTDIR} cd ${WRKSRC} && \ - ${INSTALL_DATA} ${INSTDAT} ${WRKSRC}/*.ttf ${FONTDIR} - -post-install: - ${ECHO_MSG} "===> Running fc-cache" - -${LOCALBASE}/bin/fc-cache -f -v ${FONTDIR} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} + ${INSTALL_DATA} ${INSTDAT} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTDIR} .include <bsd.port.mk> |