aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-16 19:03:49 +0800
committerbapt <bapt@FreeBSD.org>2015-06-16 19:03:49 +0800
commitf32d99fb0b5e4ff1619370b29717ad285f816dfa (patch)
tree920bacd687144e6181d2348810e7ad4dc72e3a55 /shells/zsh
parent3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5 (diff)
downloadfreebsd-ports-gnome-f32d99fb0b5e4ff1619370b29717ad285f816dfa.tar.gz
freebsd-ports-gnome-f32d99fb0b5e4ff1619370b29717ad285f816dfa.tar.zst
freebsd-ports-gnome-f32d99fb0b5e4ff1619370b29717ad285f816dfa.zip
Move the SF mirrors first again
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 7e3982df7cf1..d1199e7763d6 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -5,10 +5,11 @@ PORTNAME= zsh
PORTVERSION= 5.0.8
PORTREVISION= 2
CATEGORIES= shells
-MASTER_SITES= http://www.zsh.org/pub/ \
- http://www.zsh.org/pub/:doc \
+MASTER_SITES= \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
- SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
+ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc \
+ http://www.zsh.org/pub/:doc \
+ http://www.zsh.org/pub/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bapt@FreeBSD.org