diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
commit | 677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f (patch) | |
tree | 7c2b96c7bf29dbfc035bb5463699e4983d9e7b2a /sys-apps/texinfo | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.gz gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.bz2 gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild index c816ad25926b..4bc3581d2f65 100644 --- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.0-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=texinfo-4.0 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="The GNU info program and utilities" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A} + ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" src_compile() { try ./configure --host=${CHOST} --prefix=/usr --with-catgets |