pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2016Q2]: pkgsrc/games/gnuchess-book BOOK_FILE renamed along wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cd15e56142b
branches:  pkgsrc-2016Q2
changeset: 408901:1cd15e56142b
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 28 12:59:25 2016 +0000

description:
BOOK_FILE renamed along with gnuchess version up, fix build failure.

diffstat:

 games/gnuchess-book/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47a844834676 -r 1cd15e56142b games/gnuchess-book/Makefile
--- a/games/gnuchess-book/Makefile      Sat Sep 24 18:35:15 2016 +0000
+++ b/games/gnuchess-book/Makefile      Wed Sep 28 12:59:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/06 11:54:41 asau Exp $
+# $NetBSD: Makefile,v 1.8.30.1 2016/09/28 12:59:25 mef Exp $
 #
 
 DISTNAME=              book_1.01.pgn
@@ -25,7 +25,7 @@
 
 BOOKDIR=               ${PREFIX}/lib/${CHESS_ENGINE}
 PGN_FILE=              ${DISTNAME}
-BOOK_FILE=             book.dat
+BOOK_FILE=             book.bin
 
 do-build:
        @${ECHO} "book add ${WRKSRC}/${PGN_FILE}" > ${WRKSRC}/makebook.gnuchess



Home | Main Index | Thread Index | Old Index