diff options
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 6a5ffda96529..0808da9fdb6d 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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/ \ |