diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-12-30 03:39:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-12-30 03:39:28 +0000 |
commit | e82e9283d0fa1531f547c5c164322b51af2462ff (patch) | |
tree | c50176a9808600e4a0f8fe0b715a8b0e3a4918c8 /games/xmahjongg/Makefile | |
parent | abdc282c793600e7b14bd7d8fdae9710060b7d62 (diff) | |
download | pkgsrc-e82e9283d0fa1531f547c5c164322b51af2462ff.tar.gz |
Make sure the xmahjongg.bdf is compressed, as XFree 3 seems to not
deal properly with uncompressed fonts.
Fixes PR 15096 by Paul Goyette <paul@whooppee.com>
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 1727be73354..36e3edd83ca 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2001/10/14 16:23:52 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/12/30 03:39:28 hubertf Exp $ DISTNAME= xmahjongg PKGNAME= xmahjongg-1.0 +PKGREVISION= 1 CATEGORIES= games # Most Usenet archive sites don't store it as a .tar.gz, but Slackware # and its mirrors do. @@ -22,6 +23,7 @@ post-extract: @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man post-install: + ${GZIP_CMD} ${X11PREFIX}/lib/X11/fonts/misc/xmahjongg.bdf ${X11BASE}/bin/mkfontdir ${X11PREFIX}/lib/X11/fonts/misc .include "../../mk/bsd.pkg.mk" |