summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-29 01:44:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-29 01:44:12 +0000
commit06c98b8989dfa57bdde7a3f149aa5cfbf517cc52 (patch)
treece8081b2d0f182d4c1bbb331ff1b03f93be2702f /shells/bash
parentMove files from illegal subdirectory src/ to files/ and fix (diff)
Fix logic error when NOPORTDOCS is set.
Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
Notes
Notes: svn path=/head/; revision=67205
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 6a5ffda96529..0808da9fdb6d 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -13,9 +13,9 @@ CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.cwru.edu/pub/bash/
MASTER_SITE_SUBDIR= bash
+DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
.if !defined(NOPORTDOCS)
-DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
- bash-doc-${PORTVERSION:C/\....$//}.tar.gz
+DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
.endif
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \