diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/connect4/Makefile | 2 | ||||
-rw-r--r-- | games/oonsoo/Makefile | 2 | ||||
-rw-r--r-- | games/yahtzee/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/connect4/Makefile b/games/connect4/Makefile index aa94d4a722f0..52a288dfef3e 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gu.kiev.ua/pub/cdrom5/games/volume6/ \ DISTNAME= ${PORTNAME} EXTRACT_SUFX= "" -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index d119877810e8..3cc3c5ee9aa1 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/ EXTRACT_SUFX= .tgz -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org USE_XLIB= yes diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile index dbeffb2ef690..15252125cf47 100644 --- a/games/yahtzee/Makefile +++ b/games/yahtzee/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy DISTFILES= yahtzee-src.tar.Z -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org WRKSRC= ${WRKDIR}/yahtzee |