diff options
Diffstat (limited to 'textproc/nbgrep/Makefile')
-rw-r--r-- | textproc/nbgrep/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/nbgrep/Makefile b/textproc/nbgrep/Makefile deleted file mode 100644 index 9060dda96e7..00000000000 --- a/textproc/nbgrep/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/08/24 23:22:09 cjep Exp $ -# - -DISTNAME= nbgrep-20030825 -CATEGORIES= sysutils textproc -MASTER_SITES= http://www.fawlty.net/software/ - -MAINTAINER= cjep@netbsd.org -HOMEPAGE= # none -COMMENT= BSD version of grep as in NetBSD othersrc - -CONFLICTS+= bsdgrep-* -#ONLY_FOR_PLATFORM= NetBSD-1.6*-* - -post-patch: - @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 - -.include "../../mk/bsd.pkg.mk" |