diff options
Diffstat (limited to 'shells/bash-completion/Makefile')
| -rw-r--r-- | shells/bash-completion/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 04f82d2f03a5..51b6fd924096 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -1,5 +1,5 @@ PORTNAME= bash-completion -PORTVERSION= 2.16.0 +PORTVERSION= 2.17.0 PORTEPOCH= 2 CATEGORIES= shells MASTER_SITES= https://github.com/scop/bash-completion/releases/download/${PORTVERSION}/ @@ -40,6 +40,12 @@ BASH_STATIC_RUN_DEPENDS=bash:shells/bash-static FREEBSD_RUN_DEPENDS= bash-completion-freebsd>=0:shells/bash-completion-freebsd ZFS_RUN_DEPENDS= bash-completion-zfs>=0:shells/bash-completion-zfs +.include <bsd.port.options.mk> + +.if ${ARCH} == riscv64 +EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar +.endif + post-configure: @${REINPLACE_CMD} \ -e 's|/etc/ssl/openssl.cnf|${PREFIX}& &|g' \ |
