--- Completion/BSD/Command/_bsd_pkg.orig 2005-05-09 23:55:33.000000000 +0200 +++ Completion/BSD/Command/_bsd_pkg 2005-05-09 23:56:46.000000000 +0200 @@ -5,7 +5,7 @@ local ret=1 paths portsdir pkgsdir case $OSTYPE in - netbsd*) + netbsd* | dragonfly*) portsdir=/usr/pkgsrc ;; *) @@ -65,7 +65,7 @@ '-r[fetch from remote site]' ) ;; - netbsd*) + netbsd* | dragonfly*) flags=( $flags[@] '-u[update]' @@ -110,7 +110,7 @@ '*:package file name:_files' ) ;; - netbsd*) + netbsd* | dragonfly*) # NetBSD users, improve me! flags=( '*:package name:_bsd_pkg_pkgs' @@ -143,7 +143,7 @@ '-x[use regular expression]' ) ;; - netbsd*) + netbsd* | dragonfly*) flags=( $flags[@] '(:)-a[delete all installed packages]' @@ -196,7 +196,7 @@ '-x[use regular expression]' ) ;; - netbsd*) + netbsd* | dragonfly*) flags=( $flags[@] '-B[show build information]'