diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-29 21:12:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-29 21:12:04 +0000 |
commit | 5a9b9963fadb67dab85c36040e043ed74aab916c (patch) | |
tree | a5704991382987e594e6e5797ef7001d2e952417 /print/tex | |
parent | - Update to 1.3.2 (diff) |
mikeh tracked down the distfiles and hosted them locally. Use this as a
temporary workaround to unbreak the port until the maintainer can figure
out where they went.
Submitted by: mikeh
Notes
Notes:
svn path=/head/; revision=92595
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index d69345b21adf..ba2e8fb1109c 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -9,8 +9,10 @@ PORTNAME= tex PORTVERSION= 3.14159 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= systems/web2c +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mikeh +#${MASTER_SITE_TEX_CTAN} XXX distfiles disappeared/moved? +#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 @@ -20,8 +22,6 @@ EXTRACT_ONLY= web2c-7.2b.tar.gz web-7.2a.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ MAINTAINER= jmz@FreeBSD.org COMMENT= TeX and METAFONT -BROKEN= Does not fetch - DIST_SUBDIR= tex USE_GMAKE= yes |