$OpenBSD: patch-Completion_BSD_Command__bsd_pkg,v 1.1 2002/07/01 15:34:04 lebel Exp $
--- Completion/BSD/Command/_bsd_pkg.orig	Fri Feb  1 09:28:31 2002
+++ Completion/BSD/Command/_bsd_pkg	Mon Jul  1 10:02:45 2002
@@ -18,7 +18,7 @@ _bsd_pkg_pkgfiles() {
   paths=( "${(@)${(@s.:.)PKG_PATH}:#}" )
   _files "$@" -g \*.tgz && ret=0
   (( $#path )) && _files "$@" -W paths -g \*.tgz && ret=0
-  compadd "$@" - $pkgsdir/*.tgz && ret=0
+  compadd "$@" - $pkgsdir/$(arch -s)/All/*.tgz && ret=0
 
   return ret
 }
