summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-03-21 00:25:35 +0000
committerjlam <jlam>2001-03-21 00:25:35 +0000
commit9625c0d9b8f5f452f97fcf6fa95a99771fa9723b (patch)
treede7cb1787f4a8e28c062e5aed942b2cbc9d17359
parentf06660ecf50624fead1f7af2d61d720976e89e5f (diff)
downloadpkgsrc-9625c0d9b8f5f452f97fcf6fa95a99771fa9723b.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.
-rw-r--r--games/crafty-book-enormous/Makefile6
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=.