diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-12 06:29:14 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-12 06:29:14 +0800 |
commit | a8f441d50e712604170f91354d01d28967173cc8 (patch) | |
tree | 77b0491c5c3cfe27a32a34e9d4dd347c0f9120d1 /print | |
parent | e15aa72c5a1f3ecaec2cd601260e1e254e188e49 (diff) | |
download | freebsd-ports-gnome-a8f441d50e712604170f91354d01d28967173cc8.tar.gz freebsd-ports-gnome-a8f441d50e712604170f91354d01d28967173cc8.tar.zst freebsd-ports-gnome-a8f441d50e712604170f91354d01d28967173cc8.zip |
Fixes from Jean-Marc Zucconi. Thanks yet again!
Submitted by: jmz
Diffstat (limited to 'print')
-rw-r--r-- | print/tex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 9d0a1e854136..5176e9d78932 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 \ |