summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-11-06 14:16:24 +0000
committerMichael Januszewski <spock@gentoo.org>2004-11-06 14:16:24 +0000
commit8575a4f048edefe55cc69a6f288eb415b136105e (patch)
tree11e857d97cd35827738bcf35321a2b07761e7c54 /app-emulation
parentStable on ppc64; dependency of bug #69825 (Manifest recommit) (diff)
downloadgentoo-2-8575a4f048edefe55cc69a6f288eb415b136105e.tar.gz
gentoo-2-8575a4f048edefe55cc69a6f288eb415b136105e.tar.bz2
gentoo-2-8575a4f048edefe55cc69a6f288eb415b136105e.zip
Removed unnecessary DESTDIR option from make install. Closes #70209.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uade/ChangeLog5
-rw-r--r--app-emulation/uade/uade-1.00.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog
index 794f339070cc..ffb0d4010194 100644
--- a/app-emulation/uade/ChangeLog
+++ b/app-emulation/uade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uade
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.18 2004/11/05 13:31:14 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.19 2004/11/06 14:16:24 spock Exp $
+
+ 06 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-1.00.ebuild:
+ Removed unnecessary DESTDIR option from make install. Closes #70209.
05 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-0.91-r1.ebuild:
Removed beepmp support from the 0.91-rc1 ebuild, as this breaks on the
diff --git a/app-emulation/uade/uade-1.00.ebuild b/app-emulation/uade/uade-1.00.ebuild
index 368cd490de05..b148cc5ef690 100644
--- a/app-emulation/uade/uade-1.00.ebuild
+++ b/app-emulation/uade/uade-1.00.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/app-emulation/uade/uade-1.00.ebuild,v 1.1 2004/10/30 22:22:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-1.00.ebuild,v 1.2 2004/11/06 14:16:24 spock Exp $
inherit eutils
@@ -38,7 +38,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die 'make install failed'
+ make install || die 'make install failed'
dodoc BUGS ChangeLog.txt FIXED ANTIPLANS README PLANS TESTING docs/CREDITS
find "${D}/usr/share/doc/${PF}/" \