diff options
author | obache <obache@pkgsrc.org> | 2007-05-26 04:07:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-26 04:07:11 +0000 |
commit | 22a6337ce137d8203377a1664bb17c883c6ba8cc (patch) | |
tree | 2a7a88606133624bf845a4c241ee276ba966a4c8 /mk/fetch | |
parent | 2640a40dba632a82f4267eea68b750c64c9b6461 (diff) | |
download | pkgsrc-22a6337ce137d8203377a1664bb17c883c6ba8cc.tar.gz |
Add ring servers to MASTER_SITE_TEX_CTAN.
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/sites.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 4524132a224..31bb116fa4e 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.28 2007/05/23 23:48:52 wiz Exp $ +# $NetBSD: sites.mk,v 1.29 2007/05/26 04:07:11 obache Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -51,7 +51,9 @@ MASTER_SITE_R_CRAN+= \ MASTER_SITE_TEX_CTAN+= \ ftp://ftp.funet.fi/pub/TeX/CTAN/ \ ftp://ftp.tex.ac.uk/tex-archive/ \ - ftp://ftp.dante.de/tex-archive/ + ftp://ftp.dante.de/tex-archive/ \ + ftp://www.t.ring.gr.jp/pub/text/CTAN/ \ + http://www.t.ring.gr.jp/archives/text/CTAN/ MASTER_SITE_SUNSITE+= \ ftp://sunsite.unc.edu/pub/Linux/ \ |