diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 05:53:28 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 05:53:28 +0000 |
commit | f5c3243bdea3c7d546006b01dca4afb8b4b22b12 (patch) | |
tree | e3a08500d70fb74cc0bebd7dd37ae9700330448d /games/connect4 | |
parent | Update to version 0.1.5 (diff) |
Update maintainer's email address
PR: 14395
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=22547
Diffstat (limited to 'games/connect4')
-rw-r--r-- | games/connect4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/connect4/Makefile b/games/connect4/Makefile index 74589f42d705..48b612e87d11 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -1,8 +1,7 @@ # New ports collection makefile for: connect4 # Version required: 3.2 # Date created: Thu May 8 16:41:01 EST 1997 -# Whom: Joel Sutton <sutton@aardvark.apana.org.au> -# FreeBSD Version: 2.1.5-RELEASE +# Whom: Joel Sutton <jsutton@bbcon.com.au> # # $FreeBSD$ # @@ -14,7 +13,7 @@ MASTER_SITES= ftp://ftp.gu.kiev.ua/pub/cdrom5/games/volume6/ \ ftp://scitsc.wlv.ac.uk/pub/infomagic/usenet/games/volume6/ EXTRACT_SUFX= "" -MAINTAINER= sutton@aardvark.apana.org.au +MAINTAINER= jsutton@bbcon.com.au BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar |