diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-08 23:05:03 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-08 23:05:03 +0000 |
commit | 5d043ad8326d6ac9e76632bf67722dfb186fa036 (patch) | |
tree | d7d4a490a36623fdd1698d44aa6e4af923866dde | |
parent | 38668d3cf00d1e6aab6c47a16b5ac49d67179c11 (diff) | |
download | pkgsrc-5d043ad8326d6ac9e76632bf67722dfb186fa036.tar.gz |
Add missing CONFLICTS between exchess-book-small exchess-book-medium; ++pkgrevision
-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 |