summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 23:34:37 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 23:34:37 +0000
commit8a52215a3485615bc9b38cebd833909faac10c00 (patch)
tree26964b0edd2f00beebcf32909d9d085bdc0896bc /x11-plugins/wmpinboard
parentstable on mips (diff)
downloadgentoo-2-8a52215a3485615bc9b38cebd833909faac10c00.tar.gz
gentoo-2-8a52215a3485615bc9b38cebd833909faac10c00.tar.bz2
gentoo-2-8a52215a3485615bc9b38cebd833909faac10c00.zip
QA: Removed default src_compile; Let portage handle the stripping of binaries
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/wmpinboard')
-rw-r--r--x11-plugins/wmpinboard/wmpinboard-1.0.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
index b2b616bcf7d2..21a51edcf219 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.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/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.13 2004/09/02 18:22:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.14 2005/07/11 23:34:37 swegener Exp $
inherit eutils
@@ -18,17 +18,11 @@ KEYWORDS="x86 sparc alpha amd64 ppc"
src_unpack()
{
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch ${FILESDIR}/wmpinboard-1.0-segfault.patch
}
-src_compile()
-{
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install ()
{
- make DESTDIR=${D} install-strip || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
}