diff options
author | perky <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
commit | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (patch) | |
tree | 596bea6602563aefb765cd92970adf349c7b2698 /mail/dovecot | |
parent | 03956b6370d7b4f48fb94531a6f3d9d0a36cd2ff (diff) | |
download | FreeBSD-ports-8bed100128838cd0b73bda8862cd2dfe7c17f0be.zip FreeBSD-ports-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.gz |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index c0fd838..edaab8a 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: dovecot # Date created: 12/08/2002 -# Whom: Dominic Marks <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.97 CATEGORIES= mail ipv6 MASTER_SITES= http://dovecot.procontrol.fi/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-shadow --enable-ipv6 \ |