diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:10:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:10:22 +0000 |
commit | 70605ad30b5718bb73cec836cbcc69553940da43 (patch) | |
tree | 26d6794e0705f2c2659fe297e6a8baa07765d3b6 /app-editors/joe | |
parent | *** empty log message *** (diff) | |
download | historical-70605ad30b5718bb73cec836cbcc69553940da43.tar.gz historical-70605ad30b5718bb73cec836cbcc69553940da43.tar.bz2 historical-70605ad30b5718bb73cec836cbcc69553940da43.zip |
*** empty log message ***
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 } |