diff options
author | ryoon <ryoon> | 2011-11-08 11:17:47 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-11-08 11:17:47 +0000 |
commit | e4767fe18386b1463610065342acd0f1373f8be8 (patch) | |
tree | 9ed5a341b284c8e6c4c1f405a5d6d0b75e582fed /textproc | |
parent | 337b9198ae38ee29bd20afc8eddc397fb41d88ec (diff) | |
download | pkgsrc-e4767fe18386b1463610065342acd0f1373f8be8.tar.gz |
Add coccigrep
Diffstat (limited to 'textproc')
-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 |