From a67dca9dfb0a38ad7a39def7028ada60a97703c7 Mon Sep 17 00:00:00 2001 From: ohauer Date: Tue, 19 Jul 2011 23:07:46 +0000 Subject: Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command. WWW: http://blame.sourceforge.net PR: ports/159028 Submitted by: John Hein --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index afe6eccfbe2b..0dd33474cb7c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -97,6 +97,7 @@ SUBDIR += bison SUBDIR += bisoncpp SUBDIR += bisongen + SUBDIR += blame SUBDIR += bmake SUBDIR += bncsutil-ghost++ SUBDIR += bnf -- cgit