diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-16 11:03:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-16 11:03:49 +0000 |
commit | a90e315803381613a1a8ab4cd11276092b9bd7fd (patch) | |
tree | 920bacd687144e6181d2348810e7ad4dc72e3a55 /shells | |
parent | d279af47bfa6513082e1b42febe322b8de0a90a2 (diff) | |
download | ports-a90e315803381613a1a8ab4cd11276092b9bd7fd.tar.gz ports-a90e315803381613a1a8ab4cd11276092b9bd7fd.zip |
Notes
Diffstat (limited to 'shells')
-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 |