summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bbcd/bbcd-0.3.1.ebuild')
-rw-r--r--x11-misc/bbcd/bbcd-0.3.1.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-misc/bbcd/bbcd-0.3.1.ebuild b/x11-misc/bbcd/bbcd-0.3.1.ebuild
index 21ca25fb481a..f6e7bc1cd86c 100644
--- a/x11-misc/bbcd/bbcd-0.3.1.ebuild
+++ b/x11-misc/bbcd/bbcd-0.3.1.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/bbcd/bbcd-0.3.1.ebuild,v 1.6 2004/07/15 00:49:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1.ebuild,v 1.7 2005/08/06 16:47:54 swegener Exp $
DESCRIPTION="Basic CD Player for blackbox wm"
HOMEPAGE="http://tranber1.free.fr/bbcd.html"
@@ -13,15 +13,10 @@ IUSE=""
DEPEND="virtual/blackbox
media-libs/libcdaudio"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
make \
- DESTDIR=${D} \
+ DESTDIR="${D}" \
install || die
- rm -rf ${D}/usr/doc
+ rm -rf "${D}"/usr/doc
dodoc AUTHORS BUGS ChangeLog NEWS README
}