diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-21 00:25:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-21 00:25:35 +0000 |
commit | e37c842f81769ee93f7c86179cd5f79fd86ace0e (patch) | |
tree | de7cb1787f4a8e28c062e5aed942b2cbc9d17359 /games/crafty-book-enormous | |
parent | 93078cfc32a1cbe957e343ed754316856c472e64 (diff) | |
download | pkgsrc-e37c842f81769ee93f7c86179cd5f79fd86ace0e.tar.gz |
Revise estimate of required disk space needed to build the enormous
opening book...it's actually more than I originally thought. Also, change
the command used to create the book, on the advice of Dr. Hyatt.
Diffstat (limited to 'games/crafty-book-enormous')
-rw-r--r-- | games/crafty-book-enormous/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crafty-book-enormous/Makefile b/games/crafty-book-enormous/Makefile index 3108ea2fd63..f7ebf7a5541 100644 --- a/games/crafty-book-enormous/Makefile +++ b/games/crafty-book-enormous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/21 00:25:35 jlam Exp $ DISTNAME= enormous PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -38,7 +38,7 @@ CRAFTYRC= ${WRKSRC}/.craftyrc pre-extract: @${ECHO} "" - @${ECHO} " ** WARNING: This requires ~2.5GB of disk space to build." + @${ECHO} " ** WARNING: This requires ~3GB of disk space to build." @${ECHO} "" do-build: @@ -51,7 +51,7 @@ do-build: cd ${WRKSRC} && ${CAT} ?.pgn > ${PGN_FILE} ${RM} -f ${CRAFTYRC} - ${ECHO} "book create ${PGN_FILE} 60 3" > ${CRAFTYRC} + ${ECHO} "book create ${PGN_FILE} 60 10 50" > ${CRAFTYRC} ${ECHO} "quit" >> ${CRAFTYRC} cd ${WRKSRC} && crafty bookpath=. |