diff options
author | tron <tron@pkgsrc.org> | 2001-10-14 16:23:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-14 16:23:52 +0000 |
commit | ac7722533b020275891e3c42c48d21be8eb98a4c (patch) | |
tree | f9a33142090448c80f65092b10c845365879af56 /games/xmahjongg | |
parent | dda81631a4cdb3c1c407c17a6f9f584e3b2fe0a3 (diff) | |
download | pkgsrc-ac7722533b020275891e3c42c48d21be8eb98a4c.tar.gz |
Readd "post-install" target mistakenly removed by last commit.
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index e9abb10c8fe..1727be73354 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/10/14 16:20:24 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/10/14 16:23:52 tron Exp $ DISTNAME= xmahjongg PKGNAME= xmahjongg-1.0 @@ -21,4 +21,7 @@ PLIST_SUBST+= X11BASE="${X11BASE}" post-extract: @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man +post-install: + ${X11BASE}/bin/mkfontdir ${X11PREFIX}/lib/X11/fonts/misc + .include "../../mk/bsd.pkg.mk" |