diff options
author | grant <grant> | 2002-11-10 00:35:07 +0000 |
---|---|---|
committer | grant <grant> | 2002-11-10 00:35:07 +0000 |
commit | da8e5756b430ac1dfad0d0a7fe3ee6be00e58459 (patch) | |
tree | 26748066a915efd884c97fe2e1082c21313d75c3 /misc | |
parent | c1e59210531fab0b16cfd97aefbfa4353eed8dee (diff) | |
download | pkgsrc-da8e5756b430ac1dfad0d0a7fe3ee6be00e58459.tar.gz |
fix MAINTAINER= Name <email> to only include email address.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 9d91aff71c6..dbb9a589129 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/12/30 13:46:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/11/10 00:35:08 grant Exp $ # DISTNAME= FD-1.03u @@ -6,7 +6,7 @@ PKGNAME= fd-1.03u CATEGORIES= misc MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ -MAINTAINER= Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +MAINTAINER= nobu@psrc.isac.co.jp COMMENT= File and directory management tool MANLANG= ja |