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 | |
parent | 78bf782796aa17d49f5ebd85686db6dd3f146488 (diff) | |
download | ports-4dd0b2401a2d5ad32ad1ea91795fbef6d487a65c.tar.gz ports-4dd0b2401a2d5ad32ad1ea91795fbef6d487a65c.zip |
Notes
Diffstat (limited to 'print/tex')
-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 |