diff options
author | martti <martti> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:45:54 +0000 |
commit | 0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /games/crafty-book-small | |
parent | 7edec63da8d087916922eee3839d294038f11311 (diff) | |
download | pkgsrc-0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'games/crafty-book-small')
-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 eb9a326f267..1912df87bce 100644 --- a/games/crafty-book-small/Makefile +++ b/games/crafty-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:38:12 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 16:49:41 martti Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip MAINTAINER= jlam@NetBSD.org -COMMENT= chess opening book for Crafty (small) +COMMENT= Chess opening book for Crafty (small) DEPENDS+= crafty>=17.0:../../games/crafty |