diff options
author | kris <kris@FreeBSD.org> | 2003-10-30 05:12:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-30 05:12:04 +0800 |
commit | 0627cbfd2888f908760f4df1cca62b856b9105fb (patch) | |
tree | 9e8378c07bbb9a4d67a24da443be293543ef0d46 | |
parent | 6cdfab341d8f04226eea01cee7e5f52bd623542a (diff) | |
download | freebsd-ports-graphics-0627cbfd2888f908760f4df1cca62b856b9105fb.tar.gz freebsd-ports-graphics-0627cbfd2888f908760f4df1cca62b856b9105fb.tar.zst freebsd-ports-graphics-0627cbfd2888f908760f4df1cca62b856b9105fb.zip |
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
-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 d69345b21ad..ba2e8fb1109 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 |