diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-13 09:14:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-13 09:14:53 +0000 |
commit | b96df75f0c6240e770d44b62beb4f2a9c0ba71e8 (patch) | |
tree | 889b8ed609316bd5a2c491a5e00fe781ddf45ecf /games/gnugo | |
parent | Handle info files. (diff) |
Fix Justin M Seger's e-mail address.
Notes
Notes:
svn path=/head/; revision=8238
Diffstat (limited to '')
-rw-r--r-- | games/gnugo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index d86cdf067d88..1272cc81c5c5 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -3,14 +3,14 @@ # Date created: 29 December 1996 # Whom: jseger@scds.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/02 07:23:50 tg Exp $ # DISTNAME= gnugo-1.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= jseger@scds.com +MAINTAINER= jseger@freebsd.org WRKSRC= ${WRKDIR}/gnugo ALL_TARGET= gnugo |