aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-12-09 09:15:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-12-09 09:15:03 +0000
commit5943fdf48a2cbdc6ca6616517054a7149a9f16e9 (patch)
tree7b7470c2204469b917e0fb8dd97ddec9de5f876f /shells
parentec1209e146bf146be183e9a88d059cb1a1ff761c (diff)
downloadports-5943fdf48a2cbdc6ca6616517054a7149a9f16e9.tar.gz
ports-5943fdf48a2cbdc6ca6616517054a7149a9f16e9.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index ba9fb3d24ea6..1a92f3c9e8ef 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -8,10 +8,11 @@
PORTNAME= zsh
PORTVERSION= 4.3.14
CATEGORIES= shells
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}:src \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
.if !defined(NOPORTDOCS)
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src ${DISTNAME}-doc${EXTRACT_SUFX}:doc
+DISTFILES+= ${DISTNAME}-doc${EXTRACT_SUFX}:doc
.endif
MAINTAINER= bapt@FreeBSD.org