summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2005-10-16 05:21:09 +0000
committerBill Fenner <fenner@FreeBSD.org>2005-10-16 05:21:09 +0000
commit11eb8ce14ee3a3c10f67c8c0ed3812de1c29cb88 (patch)
treecfb763019c4ff784437ec61a09cc457983644219 /shells
parentRespect PREFIX (diff)
Use groups to prevent trying to fetch the wrong patches from the
wrong sites. Approved by: obrien (MAINTAINER)
Notes
Notes: svn path=/head/; revision=145511
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index ca18f044f30b..174fcfe32844 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -18,10 +18,10 @@ DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
.endif
-PATCH_SITES= ${MASTER_SITE_GNU} \
+PATCH_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \
ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
- ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= bash/bash-2.05b-patches obrien
+ ${MASTER_SITE_LOCAL:S/$/:local/}
+PATCH_SITE_SUBDIR= bash/bash-2.05b-patches/:gnu obrien/:local
PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \
bash205b-005 bash205b-006 bash205b-007
# msg00029.txt msg00031.txt msg00030.txt