diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-24 13:11:26 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-24 13:11:26 +0000 |
commit | 407e385f2230055b9e287b988e2a5b70573e16e9 (patch) | |
tree | 1ddedf1c9d4a6df76e1e865965c180eaa97d58b8 /chinese/cwtex | |
parent | 01bc85a8e935d5f5d6a462eedfec0b7386f5e4ee (diff) | |
download | ports-407e385f2230055b9e287b988e2a5b70573e16e9.tar.gz ports-407e385f2230055b9e287b988e2a5b70573e16e9.zip |
- Remove bad sites:
* ftp://192.192.110.1/cwtex/cwTeX_linux/
* ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/
- Add new mastersites.
Notes
Notes:
svn path=/head/; revision=168624
Diffstat (limited to 'chinese/cwtex')
-rw-r--r-- | chinese/cwtex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/cwtex/Makefile b/chinese/cwtex/Makefile index f14fcea1545e..a5a989dff555 100644 --- a/chinese/cwtex/Makefile +++ b/chinese/cwtex/Makefile @@ -8,8 +8,8 @@ PORTNAME= cwtex PORTVERSION= 16.6 CATEGORIES= chinese -MASTER_SITES= ftp://192.192.110.1/cwtex/cwTeX_linux/ \ - ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/ +MASTER_SITES= http://ftp.ussg.iu.edu/FreeBSD/distfiles/ \ + http://ftp.nara.wide.ad.jp/pub/FreeBSD/distfiles/ DISTFILES= cwtexmain.tgz cwtexbin-${PORTVERSION}.tgz MAINTAINER= ports@FreeBSD.org @@ -35,7 +35,7 @@ do-install: .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not install on ia64 or sparc64" +BROKEN= Does not install on ia64 or sparc64 .endif .include <bsd.port.post.mk> |