summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/msmtp/msmtp-1.4.25.ebuild')
-rw-r--r--mail-mta/msmtp/msmtp-1.4.25.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/msmtp/msmtp-1.4.25.ebuild b/mail-mta/msmtp/msmtp-1.4.25.ebuild
index 0f46d71abf62..8030e92563b5 100644
--- a/mail-mta/msmtp/msmtp-1.4.25.ebuild
+++ b/mail-mta/msmtp/msmtp-1.4.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.25.ebuild,v 1.3 2011/10/17 05:15:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.25.ebuild,v 1.4 2011/10/17 05:41:06 radhermit Exp $
EAPI=4
inherit multilib
@@ -62,9 +62,9 @@ src_configure() {
}
src_compile() {
- default_src_compile
+ default
if use doc ; then
- cd doc || die "cd failed"
+ cd doc || die
emake html pdf
fi
}