summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel
diff options
context:
space:
mode:
authorcjep <cjep>2004-01-02 15:10:06 +0000
committercjep <cjep>2004-01-02 15:10:06 +0000
commitf142baa50542ccc8c1eeca94a51276f32e698d7f (patch)
tree806f5fbc4787afc7beeaa195a657c383295570a6 /textproc/bsdgrep-devel
parent4f1141571786275e7f2ff9c6d8800bb0753e9dc3 (diff)
downloadpkgsrc-f142baa50542ccc8c1eeca94a51276f32e698d7f.tar.gz
Note othersrc->src. No functional change
Diffstat (limited to 'textproc/bsdgrep-devel')
-rw-r--r--textproc/bsdgrep-devel/DESCR2
-rw-r--r--textproc/bsdgrep-devel/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bsdgrep-devel/DESCR b/textproc/bsdgrep-devel/DESCR
index ef0d96c0c5c..abcbbd92d59 100644
--- a/textproc/bsdgrep-devel/DESCR
+++ b/textproc/bsdgrep-devel/DESCR
@@ -1,2 +1,2 @@
This is a BSD-licensed grep(1) replacement. It is currently being
-developed in NetBSD's othersrc module.
+developed in NetBSD's src module (src/usr.bin/grep).
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile
index 37850ea5f24..cd6cb002a9d 100644
--- a/textproc/bsdgrep-devel/Makefile
+++ b/textproc/bsdgrep-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/12/30 15:34:52 cjep Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/02 15:10:06 cjep Exp $
#
DISTNAME= bsdgrep-200312301530
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.fawlty.net/software/
MAINTAINER= cjep@NetBSD.org
HOMEPAGE= # none
-COMMENT= BSD version of grep as in NetBSD othersrc
+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