summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authortv <tv>1999-04-25 23:36:51 +0000
committertv <tv>1999-04-25 23:36:51 +0000
commit402f8dc5172fa9aafa20301d62117e8ef5be77e6 (patch)
tree9d16037ed2e13a2ca7a66b7906eb94faf033d550 /shells/bash2
parent4803340d50042037ff399047e8df124ceb76cf7f (diff)
downloadpkgsrc-402f8dc5172fa9aafa20301d62117e8ef5be77e6.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/bash2')
-rw-r--r--shells/bash2/Makefile6
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