aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:30:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:30:52 +0000
commit8f91628a8b74af1abbcb7a5355ed835fe4c9a5c5 (patch)
tree86ff93c85225eb18ad4f75ab3660eaf004c0d4bc /x11-fonts
parent714ec2af110cec598d3b923879842ce8baaa03c1 (diff)
downloadports-8f91628a8b74af1abbcb7a5355ed835fe4c9a5c5.tar.gz
ports-8f91628a8b74af1abbcb7a5355ed835fe4c9a5c5.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/pingwi/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-fonts/pingwi/Makefile b/x11-fonts/pingwi/Makefile
index 998767e721b0..6417b9d6646d 100644
--- a/x11-fonts/pingwi/Makefile
+++ b/x11-fonts/pingwi/Makefile
@@ -21,14 +21,8 @@ FONTSDIR= ${PREFIX}/lib/X11/fonts/pingwi
SUB_FILES= pkg-message
SUB_LIST= FONTSDIR=${FONTSDIR}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${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}
.include <bsd.port.mk>