mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix logic error when NOPORTDOCS is set.
Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
This commit is contained in:
parent
5d09c4546f
commit
06c98b8989
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67205
3 changed files with 6 additions and 6 deletions
|
@ -13,9 +13,9 @@ CATEGORIES= shells
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||||
ftp://ftp.cwru.edu/pub/bash/
|
ftp://ftp.cwru.edu/pub/bash/
|
||||||
MASTER_SITE_SUBDIR= bash
|
MASTER_SITE_SUBDIR= bash
|
||||||
|
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
|
DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
||||||
|
|
|
@ -13,9 +13,9 @@ CATEGORIES= shells
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||||
ftp://ftp.cwru.edu/pub/bash/
|
ftp://ftp.cwru.edu/pub/bash/
|
||||||
MASTER_SITE_SUBDIR= bash
|
MASTER_SITE_SUBDIR= bash
|
||||||
|
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
|
DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
||||||
|
|
|
@ -13,9 +13,9 @@ CATEGORIES= shells
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||||
ftp://ftp.cwru.edu/pub/bash/
|
ftp://ftp.cwru.edu/pub/bash/
|
||||||
MASTER_SITE_SUBDIR= bash
|
MASTER_SITE_SUBDIR= bash
|
||||||
|
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
|
DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
||||||
bash-doc-${PORTVERSION:C/\....$//}.tar.gz
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue