summaryrefslogtreecommitdiff
path: root/games/xjewel/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-21 23:17:31 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-21 23:17:31 +0000
commiteb867c45b8fdb79b20a56bf4800603bcc48df80f (patch)
treea22c8dc6df8998c0a0fc2e6529a39180e59ab166 /games/xjewel/Makefile
parentActivate rdb (diff)
Create X11 font directory if it does not exist.
PR: ports/16868 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=26116
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r--games/xjewel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
index ee1a64a05202..6ccc5d377bf6 100644
--- a/games/xjewel/Makefile
+++ b/games/xjewel/Makefile
@@ -21,6 +21,10 @@ MAN6= xjewel.6
FONTSDIR= lib/X11/fonts/local
PLIST_SUB= FONTSDIR=${FONTSDIR}
+pre-install:
+ @${SETENV} PKG_PREFIX=${PREFIX} \
+ ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
+
post-install:
${INSTALL_DATA} ${WRKSRC}/bitmaps/seven_seg.pcf.gz ${PREFIX}/${FONTSDIR}
@(cd ${PREFIX}/${FONTSDIR} ; mkfontdir)