summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-20 00:13:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-20 00:13:43 +0000
commit4aa5fb5d56dd4c3fafcc00a0d21c55a1db832d2c (patch)
tree6464a74f1a42950746557faf57aa84cd5acc36f0 /shells/bash
parentUpdate to 0.9.5 (diff)
Mirror the patch files.
Notes
Notes: svn path=/head/; revision=66764
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 44a36b0f1bf2..6a5ffda96529 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -18,7 +18,9 @@ DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
bash-doc-${PORTVERSION:C/\....$//}.tar.gz
.endif
-PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/
+PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
+ ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= obrien
PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004
MAINTAINER= obrien@FreeBSD.org