summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild')
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild
index 7467a66821b7..fda50be934ad 100644
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.5 2005/04/27 20:39:26 herbs Exp $
+
+inherit multilib
IUSE=""
S=${WORKDIR}/${PN}
@@ -12,14 +14,14 @@ DEPEND="=app-admin/gkrellm-2*"
SLOT="2"
LICENSE="GPL-2"
-KEYWORDS="~x86 ppc ~sparc ~alpha ~amd64"
+KEYWORDS="~x86 ppc ~sparc ~alpha amd64"
src_compile() {
emake || die
}
src_install () {
- exeinto /usr/lib/gkrellm2/plugins
+ exeinto /usr/$(get_libdir)/gkrellm2/plugins
doexe mailwatch.so
dodoc README Changelog
}