diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-08 11:17:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-08 11:17:47 +0000 |
commit | f7ec9cded6cabe725bcd90742a0d4307ca4418e5 (patch) | |
tree | 9ed5a341b284c8e6c4c1f405a5d6d0b75e582fed | |
parent | 20bbfeee25becc57bc790a6588ae37fdece6615a (diff) | |
download | pkgsrc-f7ec9cded6cabe725bcd90742a0d4307ca4418e5.tar.gz |
Add coccigrep
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1225827e648..b708fe35083 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.597 2011/10/28 22:01:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.598 2011/11/08 11:17:47 ryoon Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -50,6 +50,7 @@ SUBDIR+= cawf SUBDIR+= cdif SUBDIR+= chasen SUBDIR+= chasen-base +SUBDIR+= coccigrep SUBDIR+= convertlit SUBDIR+= crimson SUBDIR+= dadadodo |