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 /net/tinyfugue | |
parent | 643bcf78d156cbbf975f1cca40f17631fbd27436 (diff) | |
download | ports-b96df75f0c6240e770d44b62beb4f2a9c0ba71e8.tar.gz ports-b96df75f0c6240e770d44b62beb4f2a9c0ba71e8.zip |
Fix Justin M Seger's e-mail address.
Notes
Notes:
svn path=/head/; revision=8238
Diffstat (limited to 'net/tinyfugue')
-rw-r--r-- | net/tinyfugue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 802248557c7b..1a3a67f2ec95 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1997 # Whom: mike@binghamton.edu # -# $Id: Makefile,v 1.3 1997/01/30 08:42:19 max Exp $ +# $Id: Makefile,v 1.4 1997/06/16 09:36:27 max Exp $ # DISTNAME= tf-35b4 @@ -12,7 +12,7 @@ CATEGORIES= net games MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ -MAINTAINER= jseger@scds.com +MAINTAINER= jseger@freebsd.org MAN1= tf.1 MAKEFILE= ${WRKSRC}/unix/Makefile |