diff options
author | Matt Jacob <mjacob@FreeBSD.org> | 2003-01-21 06:43:45 +0000 |
---|---|---|
committer | Matt Jacob <mjacob@FreeBSD.org> | 2003-01-21 06:43:45 +0000 |
commit | 28a342270ecbd516b244f0e8e00a1e5fda6a6221 (patch) | |
tree | 94b3c7ade228bb358ee851be9f28214d9b9412db | |
parent | 3cb86e24cfc11387dc67ab52b41440befea463c3 (diff) | |
download | freebsd-ports-28a342270ecbd516b244f0e8e00a1e5fda6a6221.zip |
Much as I appreciate all the work others have been doing here, if I'm the
one producing the nwclient binaries, and my name is still in nwclient, I
really should be listed as maintainer for nwclient602 as well. The CVS
log is a bit obscure about mail bounce. I'll assume this was done in error.
-rw-r--r-- | sysutils/nwclient602/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/nwclient602/Makefile b/sysutils/nwclient602/Makefile index 54fdd8531dd0..69bf14460cd0 100644 --- a/sysutils/nwclient602/Makefile +++ b/sysutils/nwclient602/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.feral.com/pub/networker/freebsd/freebsd_40/ DISTNAME= nwclient-${PORTVERSION}-freebsd-${ARCH} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mjacob@freebsd.org .include <bsd.port.pre.mk> |