diff options
Diffstat (limited to 'mail-mta/postfix/postfix-2.8.9.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.8.9.ebuild b/mail-mta/postfix/postfix-2.8.9.ebuild index e16045fd3264..04ff72f645ad 100644 --- a/mail-mta/postfix/postfix-2.8.9.ebuild +++ b/mail-mta/postfix/postfix-2.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.9.ebuild,v 1.5 2012/05/08 15:54:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.8.9.ebuild,v 1.6 2012/05/21 09:07:22 eras Exp $ EAPI=4 @@ -240,7 +240,7 @@ src_install () { use mysql || sed -i -e "s/mysql //" "${D}/etc/init.d/postfix" use postgres || sed -i -e "s/postgresql //" "${D}/etc/init.d/postfix" - dodoc *README COMPATIBILITY HISTORY INSTALL PORTING RELEASE_NOTES* + dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES* mv "${S}"/examples "${D}"/usr/share/doc/${PF}/ mv "${D}"/etc/postfix/{*.default,makedefs.out} "${D}"/usr/share/doc/${PF}/ |