diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-22 15:31:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-22 15:31:09 +0000 |
commit | 755c293dc37ac6a6538d47c4e79d2d397b151d8e (patch) | |
tree | 53c450325841c7ea4eb95a68564ec1a372dbec23 /games/crafty-open-enormous | |
parent | e5e16bf6f6c667b1ee2dfcf79134be057ea854e0 (diff) | |
download | ports-755c293dc37ac6a6538d47c4e79d2d397b151d8e.tar.gz ports-755c293dc37ac6a6538d47c4e79d2d397b151d8e.zip |
Notes
Diffstat (limited to 'games/crafty-open-enormous')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index 69d8604435c5..6d1ae271d8bb 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -7,13 +7,14 @@ PORTNAME= crafty-open-enormous PORTVERSION= 20070924 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \ ${MASTER_SITE_LOCAL} DISTFILES= enormous.zip EXTRACT_ONLY= ${DISTFILES} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flo@kasimir.com COMMENT= The enormous opening book (about 85-90 MByte) for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty @@ -23,7 +24,7 @@ DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes NO_PACKAGE= Package is way too big -CONFLICTS= crafty-open-large-* crafty-open-medium-* +CONFLICTS= crafty-open-large-* crafty-open-medium-* crafty-open-default-* .include <bsd.port.pre.mk> |