diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-09-17 12:46:56 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-09-17 12:46:56 +0800 |
commit | 9fec82403cce840b0bbd4923ee1cf7484912b4b2 (patch) | |
tree | 637f809a4624aeb9088181c9030c6c55dac590e7 /editors | |
parent | e7e561d64cad535ca3a51d11d302cad2419f22c3 (diff) | |
download | freebsd-ports-gnome-9fec82403cce840b0bbd4923ee1cf7484912b4b2.tar.gz freebsd-ports-gnome-9fec82403cce840b0bbd4923ee1cf7484912b4b2.tar.zst freebsd-ports-gnome-9fec82403cce840b0bbd4923ee1cf7484912b4b2.zip |
Fix thot's Makefile, MASTER_SITES were wrong. I added a whole lot of them.
Thanks for the tipoff, Satoshi.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index f2076cd7a992..685d4e85c696 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -3,13 +3,19 @@ # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id$ +# $Id: Makefile,v 1.2 1997/09/17 03:23:35 asami Exp $ # DISTNAME= Thot PKGNAME= thoteditor-2.1b CATEGORIES= editors www -MASTER_SITES= ftp://opera.inrialpes.fr/pub/sources/thot/ +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/ \ + 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/ DISTFILES= thot-src-2.1b.tar.gz \ thoteditor-src-2.1b.tar.gz |