diff options
author | hrs <hrs@FreeBSD.org> | 2004-10-27 00:41:47 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-10-27 00:41:47 +0800 |
commit | 6360c8abc6197c8981d04f7c51a00ee07feb9d3a (patch) | |
tree | 7fe5c1312eca63ed2c21535099ad80ac466e8fa7 /print | |
parent | 5da71347665655b45f45e288cc143e21c414d75c (diff) | |
download | freebsd-ports-gnome-6360c8abc6197c8981d04f7c51a00ee07feb9d3a.tar.gz freebsd-ports-gnome-6360c8abc6197c8981d04f7c51a00ee07feb9d3a.tar.zst freebsd-ports-gnome-6360c8abc6197c8981d04f7c51a00ee07feb9d3a.zip |
Use $MASTER_SITE_LOCAL only for the MASTER_SITES because the tarball
on the original site is generated on-the-fly and the MD5 checksum changes.
PR: ports/73159
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-latex2e/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/teTeX-latex2e/Makefile b/print/teTeX-latex2e/Makefile index 981ef7f29a94..5980559f7a87 100644 --- a/print/teTeX-latex2e/Makefile +++ b/print/teTeX-latex2e/Makefile @@ -7,9 +7,7 @@ PORTNAME= teTeX-latex2e PORTVERSION= 1.0.20031201 CATEGORIES= print -MASTER_SITES= ftp://tug.ctan.org/tex-archive/%SUBDIR%/ \ - ${MASTER_SITE_LOCAL:S,%SUBDIR%/,hrs/${PORTNAME}/%SUBDIR%/,} \ - ${MASTER_SITE_TEX_CTAN} +MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%/,hrs/${PORTNAME}/%SUBDIR%/,} MASTER_SITE_SUBDIR= macros/latex DISTNAME= base DIST_SUBDIR= teTeX |