From 80468e61e62ae2de7a06ebbd9409907065488420 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 25 Apr 1999 23:36:51 +0000 Subject: Instead of always going to the "real" master site first, use one of the GNU mirrors (possibly overridden by the user). --- shells/bash2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells/bash2') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 521fe495fc0..cb81e6281d5 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/04/14 21:39:04 tron Exp $ +# $NetBSD: Makefile,v 1.21 1999/04/25 23:36:51 tv Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -6,8 +6,8 @@ V= 2.03 DV= 2.03 DISTNAME= bash-${V} CATEGORIES= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ - ${MASTER_SITE_GNU:=bash/} +MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ + ftp://slc2.ins.cwru.edu/pub/dist/ DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz MAINTAINER= packages@netbsd.org -- cgit v1.2.3