diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-30 01:48:43 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-30 01:48:43 +0000 |
commit | a75321c860c91feef9b3119dd9985d2253cd67c6 (patch) | |
tree | 3bdd11017952167dd92ca89334f21ec0bdec2fea /editors | |
parent | Update to 3.8.3. (diff) |
Remove a couple of MASTER_SITES. This port still needs to be upgraded
from 2.1b to 2.1e.
ftp.uni-paderborn.de - empty directory "thot"
ftp.cs.itu.edu.tr - no such directory "Linux"
ftp.cnti.chel.su - no such directory "pub"
Notes
Notes:
svn path=/head/; revision=16426
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index f64832992f3d..cf92975c2906 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -3,19 +3,16 @@ # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id: Makefile,v 1.3 1997/09/17 04:46:56 chuckr Exp $ +# $Id: Makefile,v 1.4 1998/12/21 21:08:12 jseger Exp $ # DISTNAME= Thot PKGNAME= thoteditor-2.1b CATEGORIES= editors www -MASTER_SITES= ftp://ftp.uni-paderborn.de/ftp/disk6/unix/infosys/www/clients/amaya/thot/ \ - ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ \ - ftp://ftp.cs.itu.edu.tr/pub/Linux/Apps/Editors/ \ +MASTER_SITES= ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ \ ftp://ftp.uni-stuttgart.de/pub/comm/infosystems/www/clients/amaya/thot/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \ - ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ \ - ftp://ftp.cnti.chel.su/pub/linux/X11/apps/thot/ + ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ DISTFILES= thot-src-2.1b.tar.gz \ thoteditor-src-2.1b.tar.gz |