aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-15 18:24:55 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-15 18:24:55 +0800
commit240334d71376290472dfb2b85765e57ea49977cc (patch)
treee40486ebdd9d80f8cda3e7f81abf96f8e417ce04 /shells
parent4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b (diff)
downloadfreebsd-ports-gnome-240334d71376290472dfb2b85765e57ea49977cc.tar.gz
freebsd-ports-gnome-240334d71376290472dfb2b85765e57ea49977cc.tar.zst
freebsd-ports-gnome-240334d71376290472dfb2b85765e57ea49977cc.zip
Add MASTER_SITE_SOURCEFORGE.
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-devel/Makefile5
-rw-r--r--shells/zsh/Makefile4
2 files changed, 6 insertions, 3 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 0891ce8f7c64..28b8cdf6d057 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -8,14 +8,15 @@
PORTNAME= zsh
PORTVERSION= 3.1.9
CATEGORIES= shells
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \
ftp://ftp.zsh.org/%SUBDIR%/ \
ftp://ftp.sterling.com/%SUBDIR%/ \
ftp://ftp.rge.com/pub/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/%SUBDIR%/ \
ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \
ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/
-MASTER_SITE_SUBDIR= zsh
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${ZSH_VER}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${ZSHFUNC_FILES}
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 8b8193a4e2ad..fb3a0e4132c9 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -8,13 +8,15 @@
PORTNAME= zsh
PORTVERSION= 3.0.7
CATEGORIES= shells
-MASTER_SITES= ftp://ftp.sterling.com/zsh/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/shells/zsh/ \
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \
ftp://mrrl.lut.ac.uk/zsh/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
ftp://ftp.uit.no/pub/unix/shells/zsh/
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= will@FreeBSD.org