summaryrefslogtreecommitdiff
path: root/sysutils/bottom
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2023-05-20 10:00:16 -0400
committerAdam Weinberger <adamw@FreeBSD.org>2023-05-20 10:16:21 -0400
commit281906652bf352a50797bac57bc056b47fea0b50 (patch)
tree051736641e00abbe5ac7c6214ed0168264514ccc /sysutils/bottom
parentwww/ungoogled-chromium: update to 113.0.5672.126 (diff)
sysutils/bottom: Name bash completion file correctly
Diffstat (limited to 'sysutils/bottom')
-rw-r--r--sysutils/bottom/Makefile5
1 files 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