diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-16 10:51:17 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-16 10:51:17 +0800 |
commit | b8243fbb667b0829f9585cc59d04e4250a9e1e19 (patch) | |
tree | fb63e9f0f4eb79c038d4726bbb1f0a8c0644c783 /Mk/bsd.port.mk | |
parent | 8f1b80690819a8ce8ad3a8af01317066a1c0b55b (diff) | |
download | freebsd-ports-gnome-b8243fbb667b0829f9585cc59d04e4250a9e1e19.tar.gz freebsd-ports-gnome-b8243fbb667b0829f9585cc59d04e4250a9e1e19.tar.zst freebsd-ports-gnome-b8243fbb667b0829f9585cc59d04e4250a9e1e19.zip |
Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN.
Added ftp.shsu.edu and ftp.dante.de used by jmz in the latex port.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a0503288966c..9d82c19c3f1c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $Id$ +# $Id: bsd.port.mk,v 1.250 1997/02/12 11:04:58 asami Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -488,7 +488,9 @@ MASTER_SITE_TEX_CTAN?= \ ftp://ftp.cdrom.com/pub/tex/ctan/${MASTER_SITE_SUBDIR}/ \ ftp://wuarchive.wustl.edu/packages/TeX/${MASTER_SITE_SUBDIR}/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/${MASTER_SITE_SUBDIR}/ \ - ftp.tex.ac.uk/public/ctan/tex-archive/${MASTER_SITE_SUBDIR}/ + ftp://ftp.tex.ac.uk/public/ctan/tex-archive/${MASTER_SITE_SUBDIR}/ \ + ftp://ftp.dante.de/tex-archive/${MASTER_SITE_SUBDIR}/ \ + ftp://ftp.shsu.edu/tex-archive/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUNSITE?= \ ftp://sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/ \ |