aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-18 22:45:51 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-18 22:45:51 +0800
commit33f4e9a2e621f3df1e637c23e0d2520c5062e253 (patch)
tree5be6736fbc587516a52b9ba42bd24973a90d450d /x11-fonts
parentd3da6925ede5d7374bef5f1fe6cea842d996ed2c (diff)
downloadfreebsd-ports-gnome-33f4e9a2e621f3df1e637c23e0d2520c5062e253.tar.gz
freebsd-ports-gnome-33f4e9a2e621f3df1e637c23e0d2520c5062e253.tar.zst
freebsd-ports-gnome-33f4e9a2e621f3df1e637c23e0d2520c5062e253.zip
Support staging
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/font-gost/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-fonts/font-gost/Makefile b/x11-fonts/font-gost/Makefile
index a2e0728a12dd..1c420fff411c 100644
--- a/x11-fonts/font-gost/Makefile
+++ b/x11-fonts/font-gost/Makefile
@@ -22,15 +22,9 @@ SUB_FILES= pkg-message
SUB_LIST= FONTSDIR=${FONTSDIR}
WRKSRC= ${WRKDIR}/Fonts
-NO_STAGE= yes
do-install:
- ${MKDIR} ${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.TTF ${FONTSDIR}
-
-post-install:
- @${ECHO_MSG} "===> Running fc-cache"
- -${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.TTF ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>