diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 5 | ||||
-rw-r--r-- | textproc/bsdgrep-devel/PLIST | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 0cf499c55c2..d66a1f75b57 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:33 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/03 21:42:53 kristerw Exp $ # DISTNAME= bsdgrep-200405051607 PKGNAME= bsdgrep-devel-20040505 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils textproc MASTER_SITES= http://www.fawlty.net/software/ @@ -11,7 +11,6 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep - post-patch: @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 diff --git a/textproc/bsdgrep-devel/PLIST b/textproc/bsdgrep-devel/PLIST index 49378948e53..a5e3c2aaeef 100644 --- a/textproc/bsdgrep-devel/PLIST +++ b/textproc/bsdgrep-devel/PLIST @@ -1,9 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/03 21:42:53 kristerw Exp $ bin/bgrep bin/ebgrep bin/fbgrep bin/zbgrep +bin/zebgrep +bin/zfbgrep man/man1/bgrep.1 man/man1/ebgrep.1 man/man1/fbgrep.1 man/man1/zbgrep.1 +man/man1/zebgrep.1 +man/man1/zfbgrep.1 |