diff options
author | tv <tv@pkgsrc.org> | 1999-04-25 23:36:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-25 23:36:51 +0000 |
commit | 80468e61e62ae2de7a06ebbd9409907065488420 (patch) | |
tree | 9d16037ed2e13a2ca7a66b7906eb94faf033d550 /shells | |
parent | e5ae333ff602a897546f84bac2176a5d69b6e772 (diff) | |
download | pkgsrc-80468e61e62ae2de7a06ebbd9409907065488420.tar.gz |
Instead of always going to the "real" master site first, use one of the
GNU mirrors (possibly overridden by the user).
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |