diff options
Diffstat (limited to 'games/gnuchess-book-medium/Makefile')
-rw-r--r-- | games/gnuchess-book-medium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile index 410b5473a57..e01a7e73929 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 14:31:07 rillig Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -29,7 +29,7 @@ BOOK_FILE= book.dat do-build: @${ECHO} "book add ${PGN_FILE}" > ${WRKSRC}/makebook.gnuchess @${ECHO} "quit" >> ${WRKSRC}/makebook.gnuchess - @cd ${WRKSRC} && ${CAT} makebook.gnuchess | ${PREFIX}/bin/gnuchess + @cd ${WRKSRC} && ${CAT} makebook.gnuchess | ${PREFIX}/bin/gnuchess do-install: ${INSTALL_DATA_DIR} ${BOOKDIR} |