diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:48:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:48:50 +0000 |
commit | 2015234ce625ec44afa1bc4d574ea114da82e6f6 (patch) | |
tree | e69b5a33e15fcfaf2124e01617823492e1e31c4e | |
parent | 7699fb07be77cd972b5b19be20b8405b42cdfdc6 (diff) | |
download | pkgsrc-2015234ce625ec44afa1bc4d574ea114da82e6f6.tar.gz |
Update reference to font installation path. Bump PKGREVISION.
-rw-r--r-- | games/cmatrix/MESSAGE | 4 | ||||
-rw-r--r-- | games/cmatrix/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/cmatrix/MESSAGE b/games/cmatrix/MESSAGE index 1da7718d31a..2c844b0a339 100644 --- a/games/cmatrix/MESSAGE +++ b/games/cmatrix/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2005/09/28 12:41:40 rillig Exp $ +$NetBSD: MESSAGE,v 1.3 2014/06/01 16:48:50 wiz Exp $ In case you have X11 installed, you can use @@ -7,7 +7,7 @@ In case you have X11 installed, you can use as your terminal font to make cmatrix look more like original. -To do that, copy the file to ${X11BASE}/lib/X11/fonts/misc, then +To do that, copy the file to ${X11BASE}/share/fonts/X11/misc, then execute mkfontdir there; on running X you can then execute "xset fp rehash" to make the X server refresh its font list. Remember to use "-l" option to cmatrix then! diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile index 6498c96f294..c1bb26c77df 100644 --- a/games/cmatrix/Makefile +++ b/games/cmatrix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/10/06 11:54:33 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/06/01 16:48:50 wiz Exp $ DISTNAME= cmatrix-1.2a +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.asty.org/cmatrix/dist/ |