summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-28 23:11:36 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-28 23:11:36 +0000
commitf25e1e457f0117cc7b03536181db5c82061d2f1b (patch)
treeef58706b51e386f2e48b4be42405dcff54c515ce /sys-apps/which
parentamd64/arm/hppa/ia64/s390/x86 stable and install some docs (diff)
downloadgentoo-2-f25e1e457f0117cc7b03536181db5c82061d2f1b.tar.gz
gentoo-2-f25e1e457f0117cc7b03536181db5c82061d2f1b.tar.bz2
gentoo-2-f25e1e457f0117cc7b03536181db5c82061d2f1b.zip
fix RDEPEND with texinfo #110726 by Yuri Vasilevski
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-apps/which')
-rw-r--r--sys-apps/which/which-2.16.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild
index e4faf4921443..c33eee451fa6 100644
--- a/sys-apps/which/which-2.16.ebuild
+++ b/sys-apps/which/which-2.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.18 2005/05/22 01:59:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.19 2005/10/28 23:11:36 vapier Exp $
inherit eutils
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-RDEPEND="sys-apps/texinfo"
+DEPEND="sys-apps/texinfo"
+RDEPEND=""
src_unpack() {
unpack ${A}
@@ -22,8 +23,6 @@ src_unpack() {
}
src_install() {
- dobin which || die
- doman which.1
- doinfo which.info
+ make install DESTDIR="${D}" || die
dodoc AUTHORS EXAMPLES NEWS README*
}