diff options
author | ache <ache@FreeBSD.org> | 1999-10-03 00:33:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-10-03 00:33:42 +0000 |
commit | c805026b28f54605dc9092d0d6dba079da9518cd (patch) | |
tree | 7e1d315ede058da47cbac888822f5a2c13bb1b92 /shells/bash | |
parent | 977450f6fdc6fd5508cc9400f2873bf71906b32a (diff) | |
download | FreeBSD-ports-c805026b28f54605dc9092d0d6dba079da9518cd.zip FreeBSD-ports-c805026b28f54605dc9092d0d6dba079da9518cd.tar.gz |
change master site
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 993499c..9e652f2 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -9,7 +9,7 @@ DISTNAME= bash-2.03 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://slc2.ins.cwru.edu/pub/dist/ + ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz |