From: Fabian Groffen Date: Sun, 18 Jun 2006 10:04:23 +0000 (+0000) Subject: replace make with emake for install, remove -r2 since -r3 has also all stable keywords. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ed0ae9df7027b64dd719600e43b7252a2f88969;p=gentoo.git replace make with emake for install, remove -r2 since -r3 has also all stable keywords. Package-Manager: portage-2.1_rc2 --- diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild index bbcf906fc94a..a53c71fb122b 100644 --- a/app-shells/tcsh/tcsh-6.14-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.12 2006/04/11 20:13:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.13 2006/06/18 10:04:23 grobian Exp $ inherit eutils @@ -42,7 +42,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install install.man || die + emake DESTDIR="${D}" install install.man || die if use perl ; then perl tcsh.man2html || die