diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-08 12:23:36 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-08 12:23:36 +0000 |
commit | e3925074e78f65c0929d5b7864f1eaa1b61455c4 (patch) | |
tree | 27305037d9ca1297cbd88bb37c60b4b1b9e84d74 /games | |
parent | 98af24cbe0cda82f400c1c850687409f1856bb86 (diff) | |
download | pkgsrc-e3925074e78f65c0929d5b7864f1eaa1b61455c4.tar.gz |
Correct name of "gnuchess-book".
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 8582872548f..7ea06f008d9 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.201 2004/03/06 00:41:31 wiz Exp $ +# $NetBSD: Makefile,v 1.202 2004/03/08 12:23:36 kristerw Exp $ # COMMENT= Games @@ -78,7 +78,7 @@ SUBDIR+= gnome-chess SUBDIR+= gnome-games SUBDIR+= gnome2-games SUBDIR+= gnuchess -SUBDIR+= gnuchess-book-chess +SUBDIR+= gnuchess-book SUBDIR+= gnuchess-book-medium SUBDIR+= gnuchess-book-small SUBDIR+= gnuchess4 |