diff options
-rw-r--r-- | print/tex/Makefile | 4 | ||||
-rw-r--r-- | www/chimera/Makefile | 2 | ||||
-rw-r--r-- | www/chimera2/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 9d0a1e8..5176e9d 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -14,7 +14,7 @@ CURDIR= ${.CURDIR} DISTNAME= web2c-6.1 -#other equivalent sites: ftp.shsu.edu dtp.dante.de +#other equivalent sites: ftp.shsu.edu ftp.dante.de CTAN= ftp.tex.ac.uk @@ -75,7 +75,7 @@ mf_lib.tar.gz: modes.mf: @(cd ${DISTDIR}; if [ ! -f $@ ]; then \ make -f ${CURDIR}/Makefile fetch-file FTPGET=${FTPGET} \ - ftp_dir=/tex-archive/systems/web2c file_in=modes.mf file_out=$@; \ + ftp_dir=/tex-archive/fonts/modes file_in=modes.mf file_out=$@; \ fi;) tex_base.tar.gz: @(cd ${DISTDIR}; if [ ! -f $@ ]; then \ diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 362163e..d76b659 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,4 +1,4 @@ -DISTNAME= chimera-1.60 +DISTNAME= chimera-1.61 USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 362163e..d76b659 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -1,4 +1,4 @@ -DISTNAME= chimera-1.60 +DISTNAME= chimera-1.61 USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ |