diff options
author | Tuan Van <langthang@gentoo.org> | 2004-08-16 00:16:58 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-08-16 00:16:58 +0000 |
commit | 043e0ff90199e85bc72e44e7ec4592bae4196d2a (patch) | |
tree | fd459dc461afeaf3a575b6e0379245a9190b25d4 /mail-mta | |
parent | Marked ~amd64; resolves #57621. (Manifest recommit) (diff) | |
download | gentoo-2-043e0ff90199e85bc72e44e7ec4592bae4196d2a.tar.gz gentoo-2-043e0ff90199e85bc72e44e7ec4592bae4196d2a.tar.bz2 gentoo-2-043e0ff90199e85bc72e44e7ec4592bae4196d2a.zip |
add examples to doc.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/postfix-2.1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/postfix/postfix-2.1.3.ebuild b/mail-mta/postfix/postfix-2.1.3.ebuild index 0f1db43357a6..4a81f0f7c5e8 100644 --- a/mail-mta/postfix/postfix-2.1.3.ebuild +++ b/mail-mta/postfix/postfix-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.3.ebuild,v 1.3 2004/08/15 23:57:36 langthang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.3.ebuild,v 1.4 2004/08/16 00:16:58 langthang Exp $ inherit eutils ssl-cert @@ -206,6 +206,7 @@ src_install () { exeinto /etc/init.d newexe "${FILESDIR}/postfix.rc6" postfix + mv "${S}/examples" "${D}/usr/share/doc/${PF}/" dodoc *README COMPATIBILITY HISTORY INSTALL LICENSE PORTING RELEASE_NOTES* dohtml html/* |