From 73142c0205bfed9d26efe7905f37d8231fcb4d42 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 18 Jun 2006 10:04:23 +0000 Subject: replace make with emake for install, remove -r2 since -r3 has also all stable keywords. (Portage version: 2.1_rc2) --- app-shells/tcsh/tcsh-6.14-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-shells/tcsh') 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 -- cgit v1.2.3-65-gdbad