diff options
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r-- | textproc/bsdgrep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 59a3a5d66cb..c2200231746 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/01/28 01:01:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:44 jschauma Exp $ DISTNAME= grep-0.16 PKGNAME= bsdgrep-0.16 @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \ ftp://ftp.vocito.com/pub/vocito.com/software/grep/ -MAINTAINER= packages@netbsd.org +MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.vocito.com/downloads/software/grep/ COMMENT= BSD version of grep |