diff options
Diffstat (limited to 'games/crafty-book-small/Makefile')
-rw-r--r-- | games/crafty-book-small/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crafty-book-small/Makefile b/games/crafty-book-small/Makefile index 235c7c1c311..d6bf6f0a637 100644 --- a/games/crafty-book-small/Makefile +++ b/games/crafty-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:10 jlam Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip -MAINTAINER= jlam@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org COMMENT= Chess opening book for Crafty (small) DEPENDS+= crafty>=17.0:../../games/crafty |