summaryrefslogtreecommitdiff
path: root/games/colchess-book-colchess
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /games/colchess-book-colchess
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'games/colchess-book-colchess')
-rw-r--r--games/colchess-book-colchess/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/colchess-book-colchess/Makefile b/games/colchess-book-colchess/Makefile
index 08287a4aa78..0f3ba4b28e0 100644
--- a/games/colchess-book-colchess/Makefile
+++ b/games/colchess-book-colchess/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= colchess
PKGNAME= ${CHESS_ENGINE}-book-${DIST_SUBDIR}
@@ -17,8 +17,8 @@ CONFLICTS+= colchess-book-[0-9]*
WRKSRC= ${WRKDIR}/ColChess
CHESS_ENGINE= colchess
DIST_SUBDIR= colchess-7.0
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}