diff options
author | Florian Smeets <flo@FreeBSD.org> | 2010-12-27 22:02:09 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2010-12-27 22:02:09 +0000 |
commit | 43d6fb8dee67d865818c8277d3c5c6ed5530ecd0 (patch) | |
tree | a0760a06f224f0c0011a9041f8cc0b009d35848b /games | |
parent | - Fix build with new boost (diff) |
- change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor)
Notes
Notes:
svn path=/head/; revision=267028
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 2 | ||||
-rw-r--r-- | games/crafty-open-large/Makefile | 2 | ||||
-rw-r--r-- | games/crafty-open-medium/Makefile | 2 | ||||
-rw-r--r-- | games/crafty/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index d91b78fb82a4..d91ff3553036 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \ DISTFILES= enormous.zip EXTRACT_ONLY= ${DISTFILES} -MAINTAINER= flo@smeets.im +MAINTAINER= flo@FreeBSD.org COMMENT= The enormous opening book (about 85-90 MByte) for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index 2f31ccfc0bfd..6cf9cc809b34 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty DISTFILES= large1.zip large2.zip large3.zip large4.zip -MAINTAINER= flo@smeets.im +MAINTAINER= flo@FreeBSD.org COMMENT= The large opening book for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index 71880d036eb2..16624796f1b8 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty DISTNAME= medium -MAINTAINER= flo@smeets.im +MAINTAINER= flo@FreeBSD.org COMMENT= The medium opening book (about 1.9 MByte) for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty diff --git a/games/crafty/Makefile b/games/crafty/Makefile index d1db46039a3f..30bd34d09892 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -19,7 +19,7 @@ DISTFILES= crafty-${PORTVERSION}.zip:src \ DIST_SUBDIR= crafty EXTRACT_ONLY= crafty-${PORTVERSION}.zip -MAINTAINER= flo@smeets.im +MAINTAINER= flo@FreeBSD.org COMMENT= A chess programm for playing and analyzing games USE_ZIP= yes |