blob: 8f60d1ca9e06e2eabb51f74279b9c59c936724a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.7 2004/05/05 15:10:26 cjep Exp $
#
DISTNAME= bsdgrep-200405051607
PKGNAME= bsdgrep-devel-20040505
CATEGORIES= sysutils textproc
MASTER_SITES= http://www.fawlty.net/software/
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
.include "../../mk/bsd.pkg.mk"
|