diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-16 13:21:09 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-16 13:21:09 +0800 |
commit | 5802c06906a1f1dc6f132af9f22abaebcb5d8636 (patch) | |
tree | aa86f441f6e2cf5c04b161d76ce9b4c10904de7e /shells | |
parent | 4f6fee7af39688cdc825471e1ca93415eb9428a9 (diff) | |
download | freebsd-ports-gnome-5802c06906a1f1dc6f132af9f22abaebcb5d8636.tar.gz freebsd-ports-gnome-5802c06906a1f1dc6f132af9f22abaebcb5d8636.tar.zst freebsd-ports-gnome-5802c06906a1f1dc6f132af9f22abaebcb5d8636.zip |
Use groups to prevent trying to fetch the wrong patches from the
wrong sites.
Approved by: obrien (MAINTAINER)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 6 |
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 |