diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
commit | fc631bd198463ccfb8fa6d003bb0f253491bdefd (patch) | |
tree | b03c3f552fc588d4ebd0ace3a4fee6867c59c05f /mail/dovecot-devel/pkg-message | |
parent | [MAINTAINER UPDATE] games/stratagus broken dependency fix (diff) |
Maintainer update: mail/dovecot to 1.0.a5
Update to dovecot-1.0.a5.
- Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
- Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro.
- Introduce experimental (and probably broken) GSSAPI option.
PR: ports/90606
Submitted by: Robin Breathe <robin@isometry.net>
Diffstat (limited to 'mail/dovecot-devel/pkg-message')
-rw-r--r-- | mail/dovecot-devel/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot-devel/pkg-message b/mail/dovecot-devel/pkg-message index c0011013d5ee..7169bd0bfa6f 100644 --- a/mail/dovecot-devel/pkg-message +++ b/mail/dovecot-devel/pkg-message @@ -7,7 +7,7 @@ the systems passwd file and use the default /var/mail/$USER mbox files. - cd %%PREFIX%%/etc; cp dovecot.conf.sample dovecot.conf + cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf echo dovecot_enable="YES" >> /etc/rc.conf |