diff options
Diffstat (limited to 'textproc/bsdgrep-devel')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 8f60d1ca9e0..448325e6c12 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/05 15:10:26 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/12 11:06:59 cjep Exp $ # DISTNAME= bsdgrep-200405051607 @@ -10,7 +10,10 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep +USE_BUILDLINK3= yes + post-patch: @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |