With this exa completes with no fpath changes.

diff --git Makefile Makefile
index 7bead97a053..83f06082546 100644
--- Makefile
+++ Makefile
@@ -5,6 +5,7 @@ COMMENT =               ls alternative written in Rust
 GH_ACCOUNT =           ogham
 GH_PROJECT =           exa
 GH_TAGNAME =           v0.9.0
+REVISION =             0
 
 CATEGORIES =           sysutils
 
@@ -101,8 +102,8 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/contrib/man/exa.1 ${PREFIX}/man/man1/exa.1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/fish/completions/
        ${INSTALL_DATA} ${WRKSRC}/contrib/completions.fish 
${PREFIX}/share/fish/completions/exa.fish
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/vendor-completions/
-       ${INSTALL_DATA} ${WRKSRC}/contrib/completions.zsh 
${PREFIX}/share/zsh/vendor-completions/_exa
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/site-functions/
+       ${INSTALL_DATA} ${WRKSRC}/contrib/completions.zsh 
${PREFIX}/share/zsh/site-functions/_exa
        ${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions/
        ${INSTALL_DATA} ${WRKSRC}/contrib/completions.bash 
${PREFIX}/share/bash-completion/completions/exa
 
diff --git pkg/PLIST pkg/PLIST
index f1aa0cfebf9..a9fff2e400f 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -8,5 +8,5 @@ share/fish/
 share/fish/completions/
 share/fish/completions/exa.fish
 share/zsh/
-share/zsh/vendor-completions/
-share/zsh/vendor-completions/_exa
+share/zsh/site-functions/
+share/zsh/site-functions/_exa

Reply via email to