pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q2] pkgsrc/games/gnuchess-book



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 28 12:59:25 UTC 2016

Modified Files:
        pkgsrc/games/gnuchess-book [pkgsrc-2016Q2]: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.30.1 pkgsrc/games/gnuchess-book/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/gnuchess-book/Makefile
diff -u pkgsrc/games/gnuchess-book/Makefile:1.8 pkgsrc/games/gnuchess-book/Makefile:1.8.30.1
--- pkgsrc/games/gnuchess-book/Makefile:1.8     Sat Oct  6 11:54:41 2012
+++ pkgsrc/games/gnuchess-book/Makefile Wed Sep 28 12:59:25 2016
@@ -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 @@ PLIST_SUBST+=         BOOK_FILE=${BOOK_FILE:Q}
 
 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