diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 11:52:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 11:52:06 +0000 |
commit | 64a88bdf7a146f90033aa7dd78ec63dcc45e6332 (patch) | |
tree | 3d27ba3241a577312dad9be2e51f108a8d84c756 /games/bugsx | |
parent | 7b302a5887d51342f725ce346ac45495e13583d8 (diff) |
Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=28647
Diffstat (limited to 'games/bugsx')
-rw-r--r-- | games/bugsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile index 35c4a4c76eb8..8a8cbc3d3a14 100644 --- a/games/bugsx/Makefile +++ b/games/bugsx/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: bugsx # Date created: 7 December 1997 -# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# Whom: Don Croyle <croyle@gelemna.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= applications DISTNAME= bugsx108 EXTRACT_SUFX= .tgz -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org USE_IMAKE= yes WRKSRC= ${WRKDIR}/bugsx |