From 4e79085c76d137332c22a7250a1d71af8a54d788 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- games/colchess-book-large/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/colchess-book-large') 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} -- cgit v1.2.3