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
commit6ed0ae9df7027b64dd719600e43b7252a2f88969 (patch)
treeb66d6259a04b16c038ef99758e75eb16fff3ab1e /app-shells/tcsh
parentUnstable on hppa. (diff)
downloadhistorical-6ed0ae9df7027b64dd719600e43b7252a2f88969.tar.gz
historical-6ed0ae9df7027b64dd719600e43b7252a2f88969.tar.bz2
historical-6ed0ae9df7027b64dd719600e43b7252a2f88969.zip
replace make with emake for install, remove -r2 since -r3 has also all stable keywords.
Package-Manager: portage-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