diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 09:18:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 09:18:00 +0000 |
commit | 276acc56c38f29d1964ff79deb50d729252be42b (patch) | |
tree | 554abb80cb4a2f6fedff8780ba7226d36a8f2aaf /mail/dovecot/Makefile | |
parent | 8c5b443649d66edea8eee86cc983873c21f3454d (diff) |
Notes
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 4c3a7a99baea..015bbcbd9e8c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,13 +6,12 @@ # PORTNAME= dovecot -PORTVERSION= 0.99.8 +PORTVERSION= 0.99.8.1 CATEGORIES= mail ipv6 -MASTER_SITES= http://dovecot.procontrol.fi/test/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-test5 +MASTER_SITES= http://dovecot.procontrol.fi/ MAINTAINER= d.marks@student.umist.ac.uk -COMMENT= Secure and compact IMAP server +COMMENT= Secure and compact IMAP and POP3 servers USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -87,6 +86,9 @@ post-install: ${WRKSRC}/doc/nfs.txt \ ${WRKSRC}/doc/configuration.txt \ ${WRKSRC}/doc/mail-storages.txt \ + ${WRKSRC}/doc/dovecot-ldap.conf \ + ${WRKSRC}/doc/dovecot-openssl.cnf \ + ${WRKSRC}/doc/mkcert.sh \ ${PREFIX}/share/doc/dovecot .endif |