--- net-mail/dovecot/dovecot-1.2.4.ebuild.orig 2009-09-11 21:06:33.000000000 +0200 +++ net-mail/dovecot/dovecot-1.2.4.ebuild 2009-09-15 22:15:24.341250305 +0200 @@ -132,7 +132,12 @@ newinitd "${FILESDIR}"/dovecot.init-r2 dovecot rm -rf "${D}"/usr/share/doc/dovecot - use doc && dodoc AUTHORS NEWS README TODO dovecot-example.conf doc/dovecot-{db,dict-sql}-example.conf doc/{securecoding,auth-protocol,documentation}.txt doc/dovecot-openssl.cnf + use doc && { + rm -f doc/Makefile* + dodoc doc/* + docinto wiki + dodoc doc/wiki/* + } # Create the dovecot.conf file from the dovecot-example.conf file that # the dovecot folks nicely left for us....