diff options
author | cjep <cjep> | 2003-08-25 11:17:49 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-08-25 11:17:49 +0000 |
commit | d435a10bbb535415eb0c92704589cd215ce288d5 (patch) | |
tree | 025f2f5dae8ca1f91a49337a99f328e22f9d53f0 /textproc/Makefile | |
parent | 5bfff6c27153c21439f196d0c692fb3fc34839d3 (diff) | |
download | pkgsrc-d435a10bbb535415eb0c92704589cd215ce288d5.tar.gz |
Remove nbgrep (obsoleted by bgrep). Add and enable grep.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 89e47ff002c..b1d159bb092 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2003/08/24 18:27:35 cjep Exp $ +# $NetBSD: Makefile,v 1.205 2003/08/25 11:17:49 cjep Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -31,6 +31,7 @@ SUBDIR+= aspell-spanish SUBDIR+= aspell-svenska SUBDIR+= aspell-ukrainian SUBDIR+= aspell-welsh +SUBDIR+= bgrep SUBDIR+= bibclean SUBDIR+= biblook SUBDIR+= bibparse @@ -107,7 +108,6 @@ SUBDIR+= lq-sp SUBDIR+= makeztxt SUBDIR+= namazu1 SUBDIR+= namazu2 -SUBDIR+= nbgrep SUBDIR+= nbsed SUBDIR+= ndtpd SUBDIR+= openjade |