diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-27 04:32:51 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-27 04:32:51 +0000 |
commit | 46e7b8c896f1d25ef46c77f38ab041acddf1f8f8 (patch) | |
tree | 62f4b0f08051dc67bc8e72dede385587874b2bd0 /mail/dovecot/Makefile | |
parent | f432bf45790258c32f866772a350f3bee293177b (diff) |
Notes
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 7e86599b02df..4774569feabc 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dovecot # Date created: 12/08/2002 -# Whom: Dominic Marks <d.marks@student.umist.ac.uk> +# Whom: Dominic Marks <dominic.marks@btinternet.com> # # $FreeBSD$ # PORTNAME= dovecot -PORTVERSION= 0.99.9.1 +PORTVERSION= 0.99.10 CATEGORIES= mail ipv6 MASTER_SITES= http://dovecot.procontrol.fi/ @@ -91,7 +91,7 @@ LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql CONFIGURE_ARGS+= --with-pgsql .endif -pre-everything: +pre-everything:: @${ECHO_MSG} "==> Dovecot Options" @${ECHO_MSG} "==> See the Makefile for descriptions." @${ECHO_MSG} "==> ------------------------------------------" |