diff options
author | 2005-07-11 22:47:35 +0000 | |
---|---|---|
committer | 2005-07-11 22:47:35 +0000 | |
commit | 37f9675258e66ee3db37cbb45f3e525591714aad (patch) | |
tree | 2e7862dee3a7aec57dbac299156910b52109d532 /x11-misc/bbmail/bbmail-0.8.2.ebuild | |
parent | Added latest version. (diff) | |
download | gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.tar.gz gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.tar.bz2 gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.zip |
QA: Removed default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/bbmail/bbmail-0.8.2.ebuild')
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild index 61a454721632..f4632b5dd0a1 100644 --- a/x11-misc/bbmail/bbmail-0.8.2.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.2.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-misc/bbmail/bbmail-0.8.2.ebuild,v 1.8 2004/06/24 22:13:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.9 2005/07/11 22:47:35 swegener Exp $ IUSE="" DESCRIPTION="blackbox mail notification" @@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc" DEPEND="virtual/blackbox" -src_compile() { - econf || die - emake || die -} - src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dobin scripts/bbmailparsefm.pl dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO } |