Files
pkgsrc-ng/devel/mr/patches/patch-mr
2013-09-26 17:14:40 +02:00

22 lines
513 B
Plaintext

$NetBSD: patch-mr,v 1.2 2013/05/05 20:43:43 schmonz Exp $
Other package systems install ack(1) as "ack-grep", but we don't.
--- mr.orig 2013-04-22 22:04:08.000000000 +0000
+++ mr
@@ -1990,11 +1990,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 = "$@"