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 ff29526aba7..95ab3881d55 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 16:49:48 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:15:40 agc Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip @@ -15,6 +14,7 @@ DEPENDS+= gnuchess>=5.00nb1:../../games/gnuchess CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* +WRKSRC= ${WRKDIR} CHESS_ENGINE= gnuchess DIST_SUBDIR= chessbooks NO_CONFIGURE= # defined |