diff options
author | cjep <cjep@pkgsrc.org> | 2003-08-30 11:33:42 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-08-30 11:33:42 +0000 |
commit | d87c33611f79b5f593d451fd74b1d0084293c438 (patch) | |
tree | ba2fc5d45629f33f18a38412833aba477584b7d2 /textproc | |
parent | e760c0d4623e13bffb89c3dd2a0acd208f260b93 (diff) | |
download | pkgsrc-d87c33611f79b5f593d451fd74b1d0084293c438.tar.gz |
lint
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bgrep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/bgrep/Makefile b/textproc/bgrep/Makefile index d8ad8055a38..bf86bb222ec 100644 --- a/textproc/bgrep/Makefile +++ b/textproc/bgrep/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/08/27 18:32:46 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/30 11:33:42 cjep Exp $ # DISTNAME= bgrep-20030825 +WRKSRC= ${WRKDIR}/nbgrep-20030825 CATEGORIES= sysutils textproc MASTER_SITES= http://www.fawlty.net/software/ @@ -9,7 +10,6 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD othersrc -WRKSRC= ${WRKDIR}/nbgrep-20030825 CONFLICTS+= bsdgrep-* #ONLY_FOR_PLATFORM= NetBSD-1.6*-* |