Created attachment 214240 [details] Install rg.fish To solve bug 244355, we stopped installing the completion file for fish, because fish installed it itself. Now fish has stopped doing that, and they request that packages like ripgrep install it themselves. But we are to install it into a different directory than we used to. The attached patch puts it into the new location. https://github.com/fish-shell/fish-shell/issues/5822
A commit references this bug: Author: asomers Date: Thu May 7 20:39:41 UTC 2020 New revision: 534289 URL: https://svnweb.freebsd.org/changeset/ports/534289 Log: textproc/ripgrep: do install completion file for fish To solve bug 244355, we stopped installing the completion file for fish, because fish installed it itself. Now fish has stopped doing that, and they request that packages like ripgrep install it themselves. But we are to install it into a different directory than we used to. This change puts it into the new location. PR: 246290 Approved by: petteri.valkonen@iki.fi (maintainer) Changes: head/textproc/ripgrep/Makefile