summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-11 22:29:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-11 22:29:14 +0000
commitc030153a8558d2dc4496a4318adff3c5534a7285 (patch)
tree3685b9baec8dfca80132d0d3c6b0b2f780bf2546 /print
parentFrom: Jean-Marc Zucconi <jmz@thud.cdrom.com> (diff)
Fixes from Jean-Marc Zucconi. Thanks yet again!
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=368
Diffstat (limited to 'print')
-rw-r--r--print/tex/Makefile4
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 \