diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 10:14:30 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 10:14:30 +0000 |
commit | 334171f45efaff7bb4c8795638d8634a1c721ba6 (patch) | |
tree | 322d5318232f5f3f650f42dfd044b6c1639bb700 /print | |
parent | Unbreak build with openssl-0.9.8 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=153974
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 bc870d92fda1..ffec959a1a9d 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 |