summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-06-18 10:04:23 +0000
committerFabian Groffen <grobian@gentoo.org>2006-06-18 10:04:23 +0000
commit73142c0205bfed9d26efe7905f37d8231fcb4d42 (patch)
treea1bbea28fe2bd1f244c7b152f37b7a7b592cd45e /app-shells/tcsh
parentVersion bump from upstream (diff)
downloadgentoo-2-73142c0205bfed9d26efe7905f37d8231fcb4d42.tar.gz
gentoo-2-73142c0205bfed9d26efe7905f37d8231fcb4d42.tar.bz2
gentoo-2-73142c0205bfed9d26efe7905f37d8231fcb4d42.zip
replace make with emake for install, remove -r2 since -r3 has also all stable keywords.
(Portage version: 2.1_rc2)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r--app-shells/tcsh/tcsh-6.14-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
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