diff options
Diffstat (limited to 'textproc/bgrep/Makefile')
-rw-r--r-- | textproc/bgrep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bgrep/Makefile b/textproc/bgrep/Makefile index e7bdcc01f25..d8ad8055a38 100644 --- a/textproc/bgrep/Makefile +++ b/textproc/bgrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/25 11:13:00 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/27 18:32:46 jmc Exp $ # DISTNAME= bgrep-20030825 @@ -9,6 +9,7 @@ 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*-* |