diff options
author | bapt <bapt@FreeBSD.org> | 2011-12-09 17:15:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-12-09 17:15:03 +0800 |
commit | 052214951da2d4028451fe9d9c621ec7eca7e1e1 (patch) | |
tree | eece44218101a1bbf9d4e47c59192f2b2a1da9f2 /shells | |
parent | 576aae50db47f27e37bc6e335a0049c645401e25 (diff) | |
download | freebsd-ports-gnome-052214951da2d4028451fe9d9c621ec7eca7e1e1.tar.gz freebsd-ports-gnome-052214951da2d4028451fe9d9c621ec7eca7e1e1.tar.zst freebsd-ports-gnome-052214951da2d4028451fe9d9c621ec7eca7e1e1.zip |
Fix distfile fetching with NOPORTDOCS=yes
Feature safe: yes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 5 |
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 |