diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-15 22:25:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-15 22:25:31 +0000 |
commit | a9e4d4c309aa8e9f1887f33814774bb340347190 (patch) | |
tree | d4c0ed95cd487379f97ae0de0ebfbf38d4036ca4 /textproc/freegrep | |
parent | b86405c1b66e51ba8c89dd907a3d9aa9478f8016 (diff) |
Notes
Diffstat (limited to 'textproc/freegrep')
-rw-r--r-- | textproc/freegrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile index 8d2e6242fdbf..cfe05d98c4e0 100644 --- a/textproc/freegrep/Makefile +++ b/textproc/freegrep/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \ ftp://ftp.vocito.com/pub/vocito.com/software/grep/ DISTNAME= grep-${PORTVERSION} -MAINTAINER= howardjp@wam.umd.edu +MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of grep(1) under a BSD-friendly license LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty |