diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-16 19:03:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-16 19:03:49 +0800 |
commit | f32d99fb0b5e4ff1619370b29717ad285f816dfa (patch) | |
tree | 920bacd687144e6181d2348810e7ad4dc72e3a55 /shells/zsh | |
parent | 3fa0469b6ca97b6d8aecab8a023c4a462de7f7a5 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |