summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-12 23:35:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-12 23:35:02 +0000
commit9faf6febb0fc5fbcb4193016c89ad435d4293f77 (patch)
treedd10c0ce2646bfa6ebc65b98eee4c1214d8f3314 /games-emulation/gxmame
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-9faf6febb0fc5fbcb4193016c89ad435d4293f77.tar.gz
gentoo-2-9faf6febb0fc5fbcb4193016c89ad435d4293f77.tar.bz2
gentoo-2-9faf6febb0fc5fbcb4193016c89ad435d4293f77.zip
error messages; no backticks
Diffstat (limited to 'games-emulation/gxmame')
-rw-r--r--games-emulation/gxmame/gxmame-0.34b.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/gxmame/gxmame-0.34b.ebuild b/games-emulation/gxmame/gxmame-0.34b.ebuild
index 84fd2e7f52e6..56385cacedfd 100644
--- a/games-emulation/gxmame/gxmame-0.34b.ebuild
+++ b/games-emulation/gxmame/gxmame-0.34b.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/games-emulation/gxmame/gxmame-0.34b.ebuild,v 1.5 2004/06/24 22:29:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.34b.ebuild,v 1.6 2004/09/12 23:35:02 mr_bones_ Exp $
DESCRIPTION="frontend for XMame using the GTK library"
HOMEPAGE="http://gxmame.sourceforge.net/"
@@ -29,13 +29,13 @@ src_unpack() {
src_compile() {
econf \
- `use_enable nls` \
- `use_enable joystick` \
+ $(use_enable nls) \
+ $(use_enable joystick) \
|| die
- emake || die
+ emake || die "emake failed"
}
src_install() {
- make install DESTDIR=${D} || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}