summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/dovecot/dovecot-1.2.11-r1.ebuild3
-rw-r--r--net-mail/dovecot/dovecot-2.0_beta4.ebuild5
2 files changed, 3 insertions, 5 deletions
diff --git a/net-mail/dovecot/dovecot-1.2.11-r1.ebuild b/net-mail/dovecot/dovecot-1.2.11-r1.ebuild
index 6f45f7039cfc..df4e3c39f069 100644
--- a/net-mail/dovecot/dovecot-1.2.11-r1.ebuild
+++ b/net-mail/dovecot/dovecot-1.2.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r1.ebuild,v 1.1 2010/04/07 16:32:04 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r1.ebuild,v 1.2 2010/04/08 01:17:44 mr_bones_ Exp $
EAPI="2"
@@ -236,7 +236,6 @@ src_install () {
fi
}
-
pkg_postinst() {
if use ssl; then
diff --git a/net-mail/dovecot/dovecot-2.0_beta4.ebuild b/net-mail/dovecot/dovecot-2.0_beta4.ebuild
index be8966a90cf3..73cc9f20cf77 100644
--- a/net-mail/dovecot/dovecot-2.0_beta4.ebuild
+++ b/net-mail/dovecot/dovecot-2.0_beta4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta4.ebuild,v 1.1 2010/04/07 16:39:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta4.ebuild,v 1.2 2010/04/08 01:17:44 mr_bones_ Exp $
EAPI="2"
@@ -56,7 +56,6 @@ pkg_setup() {
fi
}
-
src_configure() {
local conf=""
@@ -135,7 +134,7 @@ src_install () {
dodoc AUTHORS NEWS README TODO || die "basic dodoc failed"
rm -f doc/Makefile*
dodoc doc/* || die "dodoc doc failed"
- docinto example-config
+ docinto example-config
dodoc doc/example-config/* || die "dodoc example failed"
docinto example-config/conf.d
dodoc doc/example-config/conf.d/* || die "dodoc conf.d failed"