aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-26 02:11:18 +0800
committermnag <mnag@FreeBSD.org>2006-02-26 02:11:18 +0800
commitc53dfa91f11f9a9adc5b9eeddd4fab8da5f5b2b2 (patch)
tree4c379329521e5378c689b9854b1ec0b1054ed725 /shells
parenta41addcf1305fa81f4d918017cbe5a4368d736f0 (diff)
downloadfreebsd-ports-gnome-c53dfa91f11f9a9adc5b9eeddd4fab8da5f5b2b2.tar.gz
freebsd-ports-gnome-c53dfa91f11f9a9adc5b9eeddd4fab8da5f5b2b2.tar.zst
freebsd-ports-gnome-c53dfa91f11f9a9adc5b9eeddd4fab8da5f5b2b2.zip
- Fix master sites and patch sites
Reported by: Guillermo MORENO-SOCIAS Approved by: portmgr (krion)
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index c42cc5365710..18081863ac07 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -9,18 +9,18 @@ PORTNAME= bash
PORTVERSION= 3.1.${PATCHLEVEL:S/^0//g}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \
- http://cnswww.cns.cwru.edu/~chet/%SUBDIR%/:faq \
- ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash,faq
+ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
MASTER_SITE_SUBDIR= ${PORTNAME}/:bash,faq
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:bash
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-PATCH_SITES= ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash
-PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/:bash
+PATCH_SITES= ${MASTER_SITE_GNU} \
+ ftp://ftp.cwru.edu/pub/%SUBDIR%/
+PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/
.for patch in 01 02 03 04 05 06 07 08 09 10
-PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}:bash
+PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}
PATCHLEVEL= ${patch}
.endfor