diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-23 16:57:28 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-23 16:57:28 +0000 |
commit | 4a45ab831a987fe75d2c9b8ae555cfd9ee8fbf6a (patch) | |
tree | 46c95a139d191915065bcc47628936a01e5d9ac8 /sys-apps/which/which-2.12-r2.ebuild | |
parent | circdep fix (diff) | |
download | historical-4a45ab831a987fe75d2c9b8ae555cfd9ee8fbf6a.tar.gz historical-4a45ab831a987fe75d2c9b8ae555cfd9ee8fbf6a.tar.bz2 historical-4a45ab831a987fe75d2c9b8ae555cfd9ee8fbf6a.zip |
another needed texinfo dep
Diffstat (limited to 'sys-apps/which/which-2.12-r2.ebuild')
-rw-r--r-- | sys-apps/which/which-2.12-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/which/which-2.12-r2.ebuild b/sys-apps/which/which-2.12-r2.ebuild index f7e2a04fc700..1b9765f9d574 100644 --- a/sys-apps/which/which-2.12-r2.ebuild +++ b/sys-apps/which/which-2.12-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12-r2.ebuild,v 1.1 2001/08/03 21:36:59 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12-r2.ebuild,v 1.2 2001/08/23 16:57:28 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${A} ftp://prep.ai.mit.edu/gnu/which/${A}" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc sys-apps/texinfo" src_unpack() { unpack ${A} @@ -18,13 +18,11 @@ src_unpack() { } src_compile() { - try ./configure --prefix=/usr try make } src_install() { - dobin which doman which.1 doinfo which.info |