git: 281906652bf3 - main - sysutils/bottom: Name bash completion file correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 14:16:27 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=281906652bf352a50797bac57bc056b47fea0b50 commit 281906652bf352a50797bac57bc056b47fea0b50 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2023-05-20 14:00:16 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2023-05-20 14:16:21 +0000 sysutils/bottom: Name bash completion file correctly --- sysutils/bottom/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 5ddfe5c4b16e..b09206fa9d91 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,5 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org @@ -16,7 +17,7 @@ GH_ACCOUNT= ClementTsang PORTDOCS= * PLIST_FILES= bin/btm \ man/man1/btm.1.gz \ - share/bash-completion/completions/btm.bash \ + share/bash-completion/completions/btm \ share/fish/vendor_completions.d/btm.fish \ share/zsh/site-functions/_btm @@ -30,7 +31,7 @@ GEN_DIR= ${WRKDIR}/bottom-*/target/tmp/bottom post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/btm ${INSTALL_MAN} ${GEN_DIR}/manpage/btm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_DATA} ${GEN_DIR}/completion/btm.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${INSTALL_DATA} ${GEN_DIR}/completion/btm.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions/btm ${INSTALL_DATA} ${GEN_DIR}/completion/btm.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${INSTALL_DATA} ${GEN_DIR}/completion/_btm ${STAGEDIR}${PREFIX}/share/zsh/site-functions