diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:55:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:55:42 +0800 |
commit | 8451a3d34b4ff68d4440c5b1b787071777c9b085 (patch) | |
tree | 88a5f4e36bb20b6a764335eb65ab756f7eba0b4c | |
parent | 56bae8236290596dc943c6f22f5a01681b1ecc60 (diff) | |
download | freebsd-ports-gnome-8451a3d34b4ff68d4440c5b1b787071777c9b085.tar.gz freebsd-ports-gnome-8451a3d34b4ff68d4440c5b1b787071777c9b085.tar.zst freebsd-ports-gnome-8451a3d34b4ff68d4440c5b1b787071777c9b085.zip |
Support staging
-rw-r--r-- | x11-fonts/mgopen/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-fonts/mgopen/Makefile b/x11-fonts/mgopen/Makefile index 0e46a356425c..b17a183d5d74 100644 --- a/x11-fonts/mgopen/Makefile +++ b/x11-fonts/mgopen/Makefile @@ -22,16 +22,8 @@ PLIST_SUB= FONTSDIR=${FONTSDIR:S|^${PREFIX}/||} SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} -NO_STAGE= yes do-install: - ${MKDIR} ${FONTSDIR} - ${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTSDIR} - -post-install: - @${ECHO_MSG} "===> Running fc-cache" - -${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKDIR}/*.ttf ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> |