summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/3ddesktop')
-rw-r--r--x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild9
-rw-r--r--x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild9
2 files changed, 4 insertions, 14 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
index 74f43639a132..e9c04f790c44 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.3 2005/07/11 22:34:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.4 2005/07/11 22:53:55 swegener Exp $
DESCRIPTION="OpenGL virtual desktop switching"
HOMEPAGE="http://desk3d.sourceforge.net/"
@@ -14,12 +14,7 @@ DEPEND="virtual/x11
media-libs/imlib2
x11-base/opengl-update"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README AUTHORS TODO ChangeLog README.windowmanagers
}
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
index 96883e3f4538..db7e4e76a1a9 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.1 2005/06/30 04:24:26 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.2 2005/07/11 22:53:55 swegener Exp $
DESCRIPTION="OpenGL virtual desktop switching"
HOMEPAGE="http://desk3d.sourceforge.net/"
@@ -14,12 +14,7 @@ DEPEND="virtual/x11
media-libs/imlib2
x11-base/opengl-update"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README AUTHORS TODO ChangeLog README.windowmanagers
}