summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-08-31 10:21:47 +0000
committercjep <cjep>2003-08-31 10:21:47 +0000
commit68fb01e2c338f12c72339b163f9a45efb6587fa4 (patch)
treef8df48622fb6b06d1ad12d0bdf7223f07addb2d6 /textproc/bsdgrep-devel/Makefile
parent6a68d83ab2b61fe9d8e19e91948296cfb637868e (diff)
downloadpkgsrc-68fb01e2c338f12c72339b163f9a45efb6587fa4.tar.gz
Update to 20030831.
* Fix output with -A, -B, -C and -z options -- make sure that -- is printed between files.
Diffstat (limited to 'textproc/bsdgrep-devel/Makefile')
-rw-r--r--textproc/bsdgrep-devel/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile
index 6701b2d5f4b..bb255aaf81e 100644
--- a/textproc/bsdgrep-devel/Makefile
+++ b/textproc/bsdgrep-devel/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/31 10:21:47 cjep Exp $
#
-DISTNAME= bgrep-20030825
-PKGNAME= bsdgrep-devel-20030825
-WRKSRC= ${WRKDIR}/nbgrep-20030825
+DISTNAME= bsdgrep-200308311112
+PKGNAME= bsdgrep-devel-20030831
CATEGORIES= sysutils textproc
MASTER_SITES= http://www.fawlty.net/software/
@@ -11,9 +10,6 @@ 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