Skip to content

Commit 86a345f

Browse files
committed
asdf: fix fish completion dir. Bump PKGREVISION.
1 parent 30b8d08 commit 86a345f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

devel/asdf/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# $NetBSD: Makefile,v 1.9 2024/01/19 17:09:51 schmonz Exp $
1+
# $NetBSD: Makefile,v 1.10 2024/03/15 18:03:23 schmonz Exp $
22

33
DISTNAME= asdf-0.14.0
4+
PKGREVISION= 1
45
CATEGORIES= devel
56
MASTER_SITES= ${MASTER_SITE_GITHUB:=asdf-vm/}
67
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -55,7 +56,7 @@ do-install:
5556
${INSTALL_DATA} ${WRKSRC}/completions/asdf.bash \
5657
${DESTDIR}${PREFIX}/share/bash-completion/completions/asdf
5758
${INSTALL_DATA} ${WRKSRC}/completions/asdf.fish \
58-
${DESTDIR}${PREFIX}/share/fish/completions/
59+
${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/
5960
${INSTALL_DATA} ${WRKSRC}/completions/_asdf \
6061
${DESTDIR}${PREFIX}/share/zsh/site-functions/
6162

devel/asdf/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.2 2023/06/15 17:32:09 schmonz Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2024/03/15 18:03:23 schmonz Exp $
22
bin/asdf
33
share/asdf/asdf.elv
44
share/asdf/asdf.fish
@@ -40,5 +40,5 @@ share/asdf/lib/functions/versions.bash
4040
share/asdf/lib/utils.bash
4141
share/asdf/version.txt
4242
share/bash-completion/completions/asdf
43-
share/fish/completions/asdf.fish
43+
share/fish/vendor_completions.d/asdf.fish
4444
share/zsh/site-functions/_asdf

0 commit comments

Comments
 (0)