diff options
author | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
commit | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (patch) | |
tree | 596bea6602563aefb765cd92970adf349c7b2698 /net/mutella | |
parent | 03956b6370d7b4f48fb94531a6f3d9d0a36cd2ff (diff) | |
download | freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.gz freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.zst freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.zip |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Diffstat (limited to 'net/mutella')
-rw-r--r-- | net/mutella/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mutella/Makefile b/net/mutella/Makefile index a1dbf9702422..10d3d78d29d1 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mutella # Date created: 2/12/2001 -# Whom: Dominic Marks <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes USE_REINPLACE= yes |