diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
commit | 70e2eaabaedbfe87d4a4dca0ba22277f013db7fb (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /shells | |
parent | a706f57e10f2df5f3f884c7c68b1addc4c66a4aa (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index dcce225a7f5a..3bfcc885f409 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -8,7 +8,7 @@ CATEGORIES= shells MASTER_SITES= \ http://www.zsh.org/pub/:doc \ http://www.zsh.org/pub/ \ - SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ + SF \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |