diff options
Diffstat (limited to 'games/colchess-book-large/Makefile')
-rw-r--r-- | games/colchess-book-large/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/colchess-book-large/Makefile b/games/colchess-book-large/Makefile index ef264f5e6c7..1190b4e27bf 100644 --- a/games/colchess-book-large/Makefile +++ b/games/colchess-book-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $ DISTNAME= book_large PKGNAME= ${CHESS_ENGINE}-book-large-20000512 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= colchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} |