summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/obconf/obconf-1.5.ebuild')
-rw-r--r--x11-misc/obconf/obconf-1.5.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/x11-misc/obconf/obconf-1.5.ebuild b/x11-misc/obconf/obconf-1.5.ebuild
index 3a70ec29bc85..55e56e847de9 100644
--- a/x11-misc/obconf/obconf-1.5.ebuild
+++ b/x11-misc/obconf/obconf-1.5.ebuild
@@ -1,6 +1,6 @@
-# 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-misc/obconf/obconf-1.5.ebuild,v 1.6 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.7 2005/07/11 22:51:40 swegener Exp $
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
SRC_URI="http://icculus.org/openbox/obconf/${P}.tar.gz"
@@ -15,13 +15,6 @@ DEPEND=">=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.0_beta4"
-
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}