Sun Jun 1 16:48:50 2014 UTC ()
Update reference to font installation path. Bump PKGREVISION.


(wiz)
diff -r1.2 -r1.3 pkgsrc/games/cmatrix/MESSAGE
diff -r1.10 -r1.11 pkgsrc/games/cmatrix/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/games/cmatrix/MESSAGE (expand / switch to unified diff)

--- pkgsrc/games/cmatrix/MESSAGE 2005/09/28 12:41:40 1.2
+++ pkgsrc/games/cmatrix/MESSAGE 2014/06/01 16:48:50 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.2 2005/09/28 12:41:40 rillig Exp $ 2$NetBSD: MESSAGE,v 1.3 2014/06/01 16:48:50 wiz Exp $
3 3
4In case you have X11 installed, you can use 4In case you have X11 installed, you can use
5 5
6 ${PREFIX}/share/cmatrix/mtx.pcf 6 ${PREFIX}/share/cmatrix/mtx.pcf
7 7
8as your terminal font to make cmatrix look more like original. 8as your terminal font to make cmatrix look more like original.
9 9
10To do that, copy the file to ${X11BASE}/lib/X11/fonts/misc, then 10To do that, copy the file to ${X11BASE}/share/fonts/X11/misc, then
11execute mkfontdir there; on running X you can then execute "xset fp rehash" 11execute mkfontdir there; on running X you can then execute "xset fp rehash"
12to make the X server refresh its font list. Remember to use "-l" option to 12to make the X server refresh its font list. Remember to use "-l" option to
13cmatrix then! 13cmatrix then!
14 14
15=========================================================================== 15===========================================================================

cvs diff -r1.10 -r1.11 pkgsrc/games/cmatrix/Makefile (expand / switch to unified diff)

--- pkgsrc/games/cmatrix/Makefile 2012/10/06 11:54:33 1.10
+++ pkgsrc/games/cmatrix/Makefile 2014/06/01 16:48:50 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2012/10/06 11:54:33 asau Exp $ 1# $NetBSD: Makefile,v 1.11 2014/06/01 16:48:50 wiz Exp $
2# 
3 2
4DISTNAME= cmatrix-1.2a 3DISTNAME= cmatrix-1.2a
 4PKGREVISION= 1
5CATEGORIES= games 5CATEGORIES= games
6MASTER_SITES= http://www.asty.org/cmatrix/dist/ 6MASTER_SITES= http://www.asty.org/cmatrix/dist/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.asty.org/cmatrix/ 9HOMEPAGE= http://www.asty.org/cmatrix/
10COMMENT= Make your console feel like Nadbuchonazor's bridge 10COMMENT= Make your console feel like Nadbuchonazor's bridge
11 11
12USE_PKGLOCALEDIR= yes 12USE_PKGLOCALEDIR= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 14INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
15 15
16do-install: 16do-install:
17 ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${DESTDIR}${PREFIX}/bin/cmatrix 17 ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${DESTDIR}${PREFIX}/bin/cmatrix