diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-20 05:33:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-20 05:33:35 +0800 |
commit | 7de119a1eb28cc640aac2dbf8360a7b8dc04c724 (patch) | |
tree | a65ca70127682429c35cf609d74bbc8e5c0a69e2 /shells/bash | |
parent | d3bf58dfa016ec982490ae466cf88b913678e3b7 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |