diff options
author | mandree <mandree@FreeBSD.org> | 2009-11-25 00:53:51 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2009-11-25 00:53:51 +0800 |
commit | 86ce88d60ba1d2c8eefe0a1708ee4660c5e16c32 (patch) | |
tree | 810f061dc92dc42cac48be2b3295977d9cd39bc0 /sysutils/e2fsprogs | |
parent | 44a9a84e44e33bb689e8145e92eeca5c43049f0a (diff) | |
download | freebsd-ports-gnome-86ce88d60ba1d2c8eefe0a1708ee4660c5e16c32.tar.gz freebsd-ports-gnome-86ce88d60ba1d2c8eefe0a1708ee4660c5e16c32.tar.zst freebsd-ports-gnome-86ce88d60ba1d2c8eefe0a1708ee4660c5e16c32.zip |
Change MAINTAINER's address now that he's a FreeBSD committer.
Suggested by: garga
Approved by: garga (mentor, implicit).
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 8b54a0862e5e..886656669c85 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -11,7 +11,7 @@ PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER?= matthias.andree@gmx.de +MAINTAINER?= mandree@freebsd.org COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems PATCH_STRIP= -p1 |