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 | |
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')
-rw-r--r-- | games/xmahjongg/Makefile | 4 | ||||
-rw-r--r-- | games/xmahjongg/PLIST | 4 |
2 files changed, 5 insertions, 3 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" diff --git a/games/xmahjongg/PLIST b/games/xmahjongg/PLIST index c09f214e2ff..d08449b581c 100644 --- a/games/xmahjongg/PLIST +++ b/games/xmahjongg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:57:05 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/12/30 03:39:28 hubertf Exp $ bin/xmahjongg man/cat6/xmahjongg.0 lib/X11/xmahjongg/bridge lib/X11/xmahjongg/default lib/X11/xmahjongg/wedges @dirrm lib/X11/xmahjongg -lib/X11/fonts/misc/xmahjongg.bdf +lib/X11/fonts/misc/xmahjongg.bdf.gz @exec ${X11BASE}/bin/mkfontdir %B @unexec ${X11BASE}/bin/mkfontdir %B |