diff options
-rw-r--r-- | games/exchess-book-medium/Makefile | 6 | ||||
-rw-r--r-- | games/exchess-book-small/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/exchess-book-medium/Makefile b/games/exchess-book-medium/Makefile index ab967be3bac..7c652a23691 100644 --- a/games/exchess-book-medium/Makefile +++ b/games/exchess-book-medium/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 06:59:04 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/08 23:05:03 cheusov Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip @@ -12,7 +12,7 @@ COMMENT= Chess opening book for EXchess (medium) DEPENDS+= exchess-[0-9]*:../../games/exchess -CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* +CONFLICTS= ${CHESS_ENGINE}-book-small-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index aa76bb698a2..2bd9fa3d94e 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 06:59:04 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/08 23:05:03 cheusov Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/ EXTRACT_SUFX= .zip @@ -12,7 +12,7 @@ COMMENT= Chess opening book for EXchess (small) DEPENDS+= exchess-[0-9]*:../../games/exchess -CONFLICTS= ${CHESS_ENGINE}-book-[0-9]* +CONFLICTS= ${CHESS_ENGINE}-book-medium-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |