$OpenBSD: patch-share_completions_pkg_info_fish,v 1.1.1.1 2017/12/16 05:14:32 abieber Exp $

This can be removed when 3.0 is released:
https://github.com/fish-shell/fish-shell/pull/4584/

Index: share/completions/pkg_info.fish
--- share/completions/pkg_info.fish.orig
+++ share/completions/pkg_info.fish
@@ -0,0 +1,5 @@
+#completion for pkg_info
+
+
+complete -c pkg_info -a '(__fish_print_packages)' --description 'Package'
+
