From 21250be01ce3a676eff186fef761f3f93e77b7bc Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 10 Jul 2001 23:14:16 +0000 Subject: The problem with the checksum is, that CTAN and all it's mirrors, rather than serving up unchanging tarred archives that we can checksum, tars up the directories on the fly, differently every time! Let's just change the MASTER_SITE to MASTER_SITE_LOCAL until we can figure out a better way of dealing with CTAN. --- converters/dvi2tty/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'converters/dvi2tty/Makefile') diff --git a/converters/dvi2tty/Makefile b/converters/dvi2tty/Makefile index 66aaa7cd48c..8e486192f4f 100644 --- a/converters/dvi2tty/Makefile +++ b/converters/dvi2tty/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/06/04 23:54:38 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/10 23:14:16 fredb Exp $ # DISTNAME= dvi2tty PKGNAME= dvi2tty-1.0 CATEGORIES= converters -MASTER_SITES= ftp://tug.ctan.org/pub/tex-archive/dviware/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +#MASTER_SITES= ftp://tug.ctan.org/pub/tex-archive/dviware/ MAINTAINER= fredb@netbsd.org COMMENT= Program for previewing DVI files -- cgit v1.2.3