diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-17 08:20:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-17 08:20:36 +0000 |
commit | a37867fe08ede371fb39ec4d3aced7c997272120 (patch) | |
tree | ae368c8acbc43a5c36d1e70a93cff661cb3dbc8c | |
parent | ache writes: (diff) |
Submitted by: Dave Cornejo <dave@dogwood.com>
ftp.shsu.edu is no longer maintained - they refer you to the mirror I
maintain at ftp.cdrom.com
Notes
Notes:
svn path=/head/; revision=5663
-rw-r--r-- | Mk/bsd.port.mk | 5 | ||||
-rw-r--r-- | print/latex/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9d82c19c3f1c..c1c1b5634a3c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $Id: bsd.port.mk,v 1.250 1997/02/12 11:04:58 asami Exp $ +# $Id: bsd.port.mk,v 1.251 1997/02/16 02:51:17 obrien Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -489,8 +489,7 @@ MASTER_SITE_TEX_CTAN?= \ ftp://wuarchive.wustl.edu/packages/TeX/${MASTER_SITE_SUBDIR}/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/${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}/ + ftp://ftp.dante.de/tex-archive/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUNSITE?= \ ftp://sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/ \ diff --git a/print/latex/Makefile b/print/latex/Makefile index 36bb80d18ff6..4012670cec41 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.26 1997/01/23 03:35:37 jmz Exp $ +# $Id: Makefile,v 1.27 1997/02/10 02:08:44 jmz Exp $ # VERSION= 96.12 DISTNAME= latex @@ -19,7 +19,7 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/tex IGNOREFILES= ${DISTFILES} -#other equivalent sites: ftp.shsu.edu ftp.dante.de +#other equivalent sites: ftp.cdrom.com ftp.dante.de CTAN?= ftp.tex.ac.uk |