diff options
Diffstat (limited to 'games/exchess-book-small/Makefile')
-rw-r--r-- | games/exchess-book-small/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index ea72c00fb30..399774a380c 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/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= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* WRKSRC= ${WRKDIR} CHESS_ENGINE= exchess DIST_SUBDIR= chessbooks -NO_CONFIGURE= # defined +NO_CONFIGURE= yes PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE} PLIST_SUBST+= BOOK_FILE=${BOOK_FILE} |