summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2008-02-03 23:32:11 +0000
committerWilliam Hubbs <williamh@gentoo.org>2008-02-03 23:32:11 +0000
commitf4a66218b24484840a9b19041bd5d6970ceb7afe (patch)
tree665e82a8ff417faa711b6496d8fdb20ec2bd94db /app-accessibility/yasr/yasr-0.6.5.ebuild
parentStable for HPPA (bug #208625). Clean up old versions. (diff)
downloadgentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.tar.gz
gentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.tar.bz2
gentoo-2-f4a66218b24484840a9b19041bd5d6970ceb7afe.zip
Changed make to emake in src_install.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-accessibility/yasr/yasr-0.6.5.ebuild')
-rw-r--r--app-accessibility/yasr/yasr-0.6.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/yasr/yasr-0.6.5.ebuild b/app-accessibility/yasr/yasr-0.6.5.ebuild
index 6a8108674330..0dc555263022 100644
--- a/app-accessibility/yasr/yasr-0.6.5.ebuild
+++ b/app-accessibility/yasr/yasr-0.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.13 2005/01/01 10:53:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.14 2008/02/03 23:32:11 williamh Exp $
DESCRIPTION="general-purpose console screen reader"
HOMEPAGE="http://yasr.sourceforge.net/"
@@ -29,6 +29,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR=${D} install || die
dodoc README ChangeLog AUTHORS BUGS CREDITS INSTALL
}