diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-06 14:06:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-06 14:06:39 +0000 |
commit | 4dd0b2401a2d5ad32ad1ea91795fbef6d487a65c (patch) | |
tree | abe51d5f3c3a61e72b22dda626f4496ee2340435 /print/tex/Makefile | |
parent | Style review in ports/korean. (diff) |
Add more master sites. There still aren't redundent sites for all the
distfiles, but this is closer. One should not depend on ftp.freebsd.org to
*always* be alive...
Notes
Notes:
svn path=/head/; revision=38038
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r-- | print/tex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 45c18fe148cc..3aac70b3539a 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -8,7 +8,9 @@ PORTNAME= tex PORTVERSION= 3.14159 CATEGORIES= print -MASTER_SITES= ftp://ftp.freesoftware.com/pub/tex/package/ +MASTER_SITES= ftp://ftp.freesoftware.com/pub/tex/package/ \ + ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= systems/web2c DISTNAME= web2c-7.2 DISTFILES= web2c-7.2b.tar.gz web-7.2a.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz modes.mf |