summaryrefslogtreecommitdiff
path: root/shells/bash3/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-19 21:33:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-19 21:33:35 +0000
commite71a26d5c9aee1dd49f5bc1589c6d14553b51c75 (patch)
tree0a08a899e944c6a3491a47e63f364070662bb325 /shells/bash3/Makefile
parentPatches for: (diff)
Fetch patches from MASTER_SITE_GNU also.
Notes
Notes: svn path=/head/; revision=81490
Diffstat (limited to '')
-rw-r--r--shells/bash3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 14652d0fd515..32dff6b99482 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/Makefile
@@ -18,11 +18,13 @@ DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
.endif
-PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
+PATCH_SITES= ${MASTER_SITE_GNU} \
+ ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= obrien
+PATCH_SITE_SUBDIR= bash/bash-2.05b-patches obrien
PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \
bash205b-005 bash205b-006 bash205b-007
+# msg00029.txt msg00031.txt msg00030.txt
MAINTAINER= obrien@FreeBSD.org
COMMENT= The GNU Bourne Again Shell