diff options
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/joe-2.8-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/joe/joe-2.8-r1.ebuild b/app-editors/joe/joe-2.8-r1.ebuild index a7e35daac790..784f1294ac17 100644 --- a/app-editors/joe/joe-2.8-r1.ebuild +++ b/app-editors/joe/joe-2.8-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/app-editors/joe/joe-2.8-r1.ebuild,v 1.4 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.5 2000/08/25 15:10:22 achim Exp $ P=joe-2.8 A=joe2.8.tar.Z S=${WORKDIR}/joe DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" -SRC_URI="ftp://ftp.std.com/src/editors/"${A} +SRC_URI="ftp://ftp.std.com/src/editors/${A} + ftp://ftp.visi.com/disk3/unix/editors/${A}" src_compile() { @@ -40,8 +41,6 @@ src_install() { dolib jstarrc dolib rjoerc dolib jpicorc - dolib termcap - dolib terminfo } |