diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-03 00:33:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-03 00:33:42 +0000 |
commit | 90c2e3e47ba42f1bb78ea0ec9ce0bd76d1b3fa92 (patch) | |
tree | 1c3a4ce57278676b038d3c0c4ddea780bdaa2b21 /shells | |
parent | e09dc3e38e208275b8765a1e9de551388136b992 (diff) | |
download | ports-90c2e3e47ba42f1bb78ea0ec9ce0bd76d1b3fa92.tar.gz ports-90c2e3e47ba42f1bb78ea0ec9ce0bd76d1b3fa92.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash2/Makefile | 2 | ||||
-rw-r--r-- | shells/bash3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 993499c52baf..9e652f2dc5f8 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 diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 993499c52baf..9e652f2dc5f8 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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 diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 993499c52baf..9e652f2dc5f8 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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 |