aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-20 05:33:35 +0800
committerobrien <obrien@FreeBSD.org>2003-05-20 05:33:35 +0800
commit7de119a1eb28cc640aac2dbf8360a7b8dc04c724 (patch)
treea65ca70127682429c35cf609d74bbc8e5c0a69e2 /shells/bash
parentd3bf58dfa016ec982490ae466cf88b913678e3b7 (diff)
downloadfreebsd-ports-gnome-7de119a1eb28cc640aac2dbf8360a7b8dc04c724.tar.gz
freebsd-ports-gnome-7de119a1eb28cc640aac2dbf8360a7b8dc04c724.tar.zst
freebsd-ports-gnome-7de119a1eb28cc640aac2dbf8360a7b8dc04c724.zip
Fetch patches from MASTER_SITE_GNU also.
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 14652d0fd515..32dff6b99482 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/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