From ddfeb25e1d53f5ebd439cbd946926c61b6322e3b Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 25 Apr 1999 23:38:12 +0000 Subject: The real MASTER_SITE can be distant or slow to most of the world; instead, give preference to MASTER_SITE_GNU (which may be overridden by the user). --- misc/screen/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 9dcc02301a5..9829c6135f7 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 1999/04/14 21:39:04 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/04/25 23:38:12 tv Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # DISTNAME= screen-3.7.6 CATEGORIES= misc -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ - ${MASTER_SITE_GNU:=screen/} +MASTER_SITES= ${MASTER_SITE_GNU:=screen/} \ + ftp://ftp.uni-erlangen.de/pub/utilities/screen/ MAINTAINER= hubertf@netbsd.org -- cgit v1.2.3