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-large | |
parent | e5e16bf6f6c667b1ee2dfcf79134be057ea854e0 (diff) |
Notes
Diffstat (limited to 'games/crafty-open-large')
-rw-r--r-- | games/crafty-open-large/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index c03b0fdc89db..0c2a94986a20 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -7,13 +7,13 @@ PORTNAME= crafty-open-large PORTVERSION= 20070909 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty DISTFILES= large1.zip large2.zip large3.zip large4.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flo@kasimir.com COMMENT= The large opening book for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty @@ -22,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes -CONFLICTS= crafty-open-enormous-* crafty-open-medium-* +CONFLICTS= crafty-open-enormous-* crafty-open-medium-* crafty-open-default-* post-extract: @${ECHO_MSG} '================================================================' |