diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-20 10:14:30 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-20 10:14:30 +0000 |
commit | 982e84271eb19261d0d6b17e1bd57ca831055e2d (patch) | |
tree | 0135860a6726a3dfbed197354a7529deec3fc89b /print | |
parent | ef05c331c233b89150f331df19ed0aeb3a3a25cc (diff) | |
download | FreeBSD-ports-982e84271eb19261d0d6b17e1bd57ca831055e2d.zip FreeBSD-ports-982e84271eb19261d0d6b17e1bd57ca831055e2d.tar.gz |
- As the original cjk master sites timeouts often on package building
cluster, add another master site as a remedy.
PR: ports/92043
Submitted by: Rong-En Fan (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/latex-cjk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile index bc870d9..ffec959 100644 --- a/print/latex-cjk/Makefile +++ b/print/latex-cjk/Makefile @@ -9,7 +9,8 @@ PORTNAME= CJK PORTVERSION= 4.6.0 PORTREVISION= 0 CATEGORIES= chinese -MASTER_SITES= http://cjk.ffii.org/ +MASTER_SITES= http://cjk.ffii.org/ \ + ftp://freebsd.csie.ntu.edu.tw/users/rafan/ DISTNAME= cjk-${PORTVERSION} MAINTAINER= rafan@infor.org |