$NetBSD: patch-mr,v 1.3 2014/08/01 07:29:14 schmonz Exp $

Other package systems install ack(1) as "ack-grep", but we don't.

--- mr.orig	2014-05-28 21:32:57.000000000 +0000
+++ mr
@@ -2053,11 +2053,11 @@ vcsh_log = vcsh run "$MR_REPO" git log "
 veracity_log = vv log "$@"
 
 hg_grep = hg grep "$@"
-cvs_grep = ack-grep "$@"
-svn_grep = ack-grep "$@"
+cvs_grep = ack "$@"
+svn_grep = ack "$@"
 git_svn_grep = git grep "$@"
 git_grep = git grep "$@"
-bzr_grep = ack-grep "$@"
+bzr_grep = ack "$@"
 
 run = "$@"
 
