File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
33DISTNAME = asdf-0.14.0
4+ PKGREVISION = 1
45CATEGORIES = devel
56MASTER_SITES = ${MASTER_SITE_GITHUB:=asdf-vm/}
67GITHUB_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
Original file line number Diff line number Diff line change 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 $
22bin/asdf
33share/asdf/asdf.elv
44share/asdf/asdf.fish
@@ -40,5 +40,5 @@ share/asdf/lib/functions/versions.bash
4040share/asdf/lib/utils.bash
4141share/asdf/version.txt
4242share/bash-completion/completions/asdf
43- share/fish/completions /asdf.fish
43+ share/fish/vendor_completions.d /asdf.fish
4444share/zsh/site-functions/_asdf
You can’t perform that action at this time.
0 commit comments