diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-04 22:12:06 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-04 22:12:06 +0800 |
commit | 1e1fea0f4dfe5ba0a173180d93ec6ba6a8ee39fa (patch) | |
tree | 57bc8e9b0d8f329566dcf89164308ac9f190d100 /chinese | |
parent | ed723d94382385b8a70477b365ad750f58f3ad39 (diff) | |
download | freebsd-ports-gnome-1e1fea0f4dfe5ba0a173180d93ec6ba6a8ee39fa.tar.gz freebsd-ports-gnome-1e1fea0f4dfe5ba0a173180d93ec6ba6a8ee39fa.tar.zst freebsd-ports-gnome-1e1fea0f4dfe5ba0a173180d93ec6ba6a8ee39fa.zip |
Correct the MASTER_SITE's path
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/hztty/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile index 43ae0b50a677..e476b455f718 100644 --- a/chinese/hztty/Makefile +++ b/chinese/hztty/Makefile @@ -3,16 +3,16 @@ # Date created: Wed Sep 24, 1997 # Whom: Ada T Lim <ada@not-enough.bandwidth.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/07 07:03:41 obrien Exp $ # DISTNAME= hztty-2.0 PKGNAME= zh-hztty-2.0 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/convert/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/convert/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/convert/ \ - ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/convert/ +MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ + ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ + ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/convert/ MAINTAINER= ada@bsd.org |