diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-07 16:31:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-07 16:31:41 +0000 |
commit | 35714ddce4ca2c697178406dfe2a3d2dd7cda500 (patch) | |
tree | fa8432cfe73b4bb7d6e0dafcfc80e1bcd49bff08 /print/teTeX-base | |
parent | Update the master site. (diff) |
An overridable MASTER_SITE_CTAN does little good if it is at the bottom of
the MASTER_SITES list.
Diffstat (limited to 'print/teTeX-base')
-rw-r--r-- | print/teTeX-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 42def5cd87ad..857e6b8c0c7e 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -3,13 +3,13 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@netland.inka.de> # -# $Id: Makefile,v 1.28 1999/04/19 20:33:09 asami Exp $ +# $Id: Makefile,v 1.29 1999/07/06 07:10:01 tg Exp $ # DISTNAME= teTeX-1.0.5 CATEGORIES= print -MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/ \ - ${MASTER_SITE_CTAN} +MASTER_SITES= ${MASTER_SITE_CTAN} \ + ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/ MASTER_SITE_SUBDIR= systems/unix/teTeX/1.0/distrib/sources/ DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} |