diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 10:34:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 10:34:48 +0000 |
commit | 02799eef44367d4d9a27da79aebf330fcaf3cd51 (patch) | |
tree | 3da5c91cdda9a84874dcf5f3785df3ebc354c237 /games/gnuchess-book-medium | |
parent | 325d610144113dbdcc229abbcd976904e26758dc (diff) | |
download | pkgsrc-02799eef44367d4d9a27da79aebf330fcaf3cd51.tar.gz |
Give more realistic advice for waiting time before the build completes.
Diffstat (limited to 'games/gnuchess-book-medium')
-rw-r--r-- | games/gnuchess-book-medium/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile index 9cb03d86c72..dee6135e24d 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 01:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/15 10:34:48 jlam Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -26,8 +26,7 @@ BOOK_FILE= book.dat do-build: @${ECHO} "" - @${ECHO} " ** Get yourself a shower and a big mug of coffee," - @${ECHO} " ** this will take _very_ long!" + @${ECHO} " ** Go to bed! This will take _very_ long!" @${ECHO} "" cd ${WRKSRC} && gnuchess compile ${PGN_FILE} ${BOOK_FILE} |