diff options
author | Jase Thew <jase@FreeBSD.org> | 2012-10-06 22:37:54 +0000 |
---|---|---|
committer | Jase Thew <jase@FreeBSD.org> | 2012-10-06 22:37:54 +0000 |
commit | ed27ed32a5c2add203b96c3bec548d05e92c4ace (patch) | |
tree | 914ab2568ea2ee8d2ff71602d8598d7582b69f12 /textproc/Makefile | |
parent | e47a6dd59afc3550e1b3e430b41dea1fc84bea3f (diff) |
the_silver_searcher is an attempt to make something better than ack,
which itself is better than grep.
WWW: https://github.com/ggreer/the_silver_searcher
PR: ports/172165
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: flo, culot (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=305414
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 312bbd47e61d..e5b0ca8d5197 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1393,6 +1393,7 @@ SUBDIR += texi2db SUBDIR += texi2html SUBDIR += textogif + SUBDIR += the_silver_searcher SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml |