summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-16 11:03:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-16 11:03:49 +0000
commita90e315803381613a1a8ab4cd11276092b9bd7fd (patch)
tree920bacd687144e6181d2348810e7ad4dc72e3a55 /shells
parentnet/czmq: Remove pathfix (no longer necessary) (diff)
Move the SF mirrors first again
Notes
Notes: svn path=/head/; revision=389833
Diffstat (limited to 'shells')
-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