diff options
author | cjep <cjep@pkgsrc.org> | 2003-08-25 11:17:49 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-08-25 11:17:49 +0000 |
commit | 7c8f884d81977908da1ec8c2d0cda30d92f2cb93 (patch) | |
tree | 025f2f5dae8ca1f91a49337a99f328e22f9d53f0 /textproc/Makefile | |
parent | e79c086ebd0c916578894aeebaac9ae5f227857d (diff) | |
download | pkgsrc-7c8f884d81977908da1ec8c2d0cda30d92f2cb93.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 |