From d698654473f94b7a15d3086d6fba8e8fe89e4b8e Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 29 Sep 2002 01:44:12 +0000 Subject: Fix logic error when NOPORTDOCS is set. Submitted by: Peter Avalos PR: 43459 --- shells/bash2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/bash2') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6a5ffda..0808da9 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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/ \ -- cgit v1.1