summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/sylpheed/sylpheed-3.4.3.ebuild')
-rw-r--r--mail-client/sylpheed/sylpheed-3.4.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
index 1b53b30d7e68..41684e15dee0 100644
--- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-inherit eutils
+inherit eutils multilib
DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
@@ -41,6 +41,7 @@ src_configure() {
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \
+ --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
--with-manualdir=${htmldir}/manual \
--with-faqdir=${htmldir}/faq \
--disable-updatecheck
@@ -54,7 +55,7 @@ src_install() {
domenu *.desktop
cd plugin/attachment_tool
- docinto plugin/attachment_tool
emake DESTDIR="${D}" install-plugin
+ docinto plugin/attachment_tool
dodoc README
}