diff options
author | flo <flo@FreeBSD.org> | 2010-12-28 06:02:09 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2010-12-28 06:02:09 +0800 |
commit | 4d4085c6ebbe863a3a0d1368cf2c15f16bdb023a (patch) | |
tree | caaa68fb8f4519520aea560e0c7d704e045765e9 /games | |
parent | d941294017a2cc0b2943cb0a510cc653307a7d41 (diff) | |
download | freebsd-ports-gnome-4d4085c6ebbe863a3a0d1368cf2c15f16bdb023a.tar.gz freebsd-ports-gnome-4d4085c6ebbe863a3a0d1368cf2c15f16bdb023a.tar.zst freebsd-ports-gnome-4d4085c6ebbe863a3a0d1368cf2c15f16bdb023a.zip |
- change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor)
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 |