diff options
Diffstat (limited to 'mail-mta/exim/exim-4.67-r2.ebuild')
-rw-r--r-- | mail-mta/exim/exim-4.67-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-mta/exim/exim-4.67-r2.ebuild b/mail-mta/exim/exim-4.67-r2.ebuild index b775dd30cea7..1a82ad057a43 100644 --- a/mail-mta/exim/exim-4.67-r2.ebuild +++ b/mail-mta/exim/exim-4.67-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.67-r2.ebuild,v 1.2 2007/07/22 10:28:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.67-r2.ebuild,v 1.3 2007/07/23 17:33:22 mr_bones_ Exp $ inherit eutils @@ -233,7 +233,6 @@ src_compile() { make || die "make failed" } - src_install () { cd ${S}/build-exim-gentoo exeinto /usr/sbin @@ -302,7 +301,6 @@ src_install () { dodir /var/log/${PN} } - pkg_postinst() { einfo "/etc/exim/system_filter.exim is a sample system_filter." einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." |