diff options
author | asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
commit | f64e8205f0137f683eab98cd135658efc4d521ce (patch) | |
tree | 08cc308b66ea53ea74832bb5eb0426cfd544b40a /japanese/grep | |
parent | 85a77e68a5b3cf704192c0604484cf85ba114048 (diff) | |
download | FreeBSD-ports-f64e8205f0137f683eab98cd135658efc4d521ce.zip FreeBSD-ports-f64e8205f0137f683eab98cd135658efc4d521ce.tar.gz |
Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
Diffstat (limited to 'japanese/grep')
-rw-r--r-- | japanese/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile index ddf2a56..1103944 100644 --- a/japanese/grep/Makefile +++ b/japanese/grep/Makefile @@ -3,7 +3,7 @@ # Date created: 2 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.5 1996/11/18 10:23:43 asami Exp $ +# $Id: Makefile,v 1.6 1997/09/14 21:34:39 max Exp $ # DISTNAME= grep-2.0 @@ -11,7 +11,7 @@ PKGNAME= ja-grep-2.0 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG HAS_CONFIGURE= yes PATCH_STRIP= -p1 |