diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-07-20 07:07:46 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-07-20 07:07:46 +0800 |
commit | a67dca9dfb0a38ad7a39def7028ada60a97703c7 (patch) | |
tree | 1bd9f788e8b99cc2f24b89d0d67df9492e405e7f /devel/Makefile | |
parent | 231d64d5465eec3870a860ca22a95cf63a716f66 (diff) | |
download | freebsd-ports-gnome-a67dca9dfb0a38ad7a39def7028ada60a97703c7.tar.gz freebsd-ports-gnome-a67dca9dfb0a38ad7a39def7028ada60a97703c7.tar.zst freebsd-ports-gnome-a67dca9dfb0a38ad7a39def7028ada60a97703c7.zip |
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 <jhein at symmetricom.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |