diff options
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.11-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.11-r1.ebuild b/sys-apps/which/which-2.11-r1.ebuild index 582bb9d8e15b..36e0b71dca72 100644 --- a/sys-apps/which/which-2.11-r1.ebuild +++ b/sys-apps/which/which-2.11-r1.ebuild @@ -1,13 +1,14 @@ # 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.11-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.11-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=which-2.11 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" -SRC_URI="ftp://prep.ai.mit.edu/gnu/which/${P}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${A} + ftp://prep.ai.mit.edu/gnu/which/${A}" src_compile() { try ./configure --prefix=/usr |