diff options
author | markp <markp@FreeBSD.org> | 2001-06-08 05:36:46 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-06-08 05:36:46 +0000 |
commit | d06e60ff18937a191e01e6789291ebcdd20cf6f2 (patch) | |
tree | 4e76ed9d32e5ab8e2ed3742077bf3998045b0f6a /net | |
parent | b6ae960c15d2843c5a16eacabe5d124295d84fc7 (diff) | |
download | FreeBSD-ports-d06e60ff18937a191e01e6789291ebcdd20cf6f2.zip FreeBSD-ports-d06e60ff18937a191e01e6789291ebcdd20cf6f2.tar.gz |
Updated MAINTAINER to my new committer email address
Reviewed by: will
Diffstat (limited to 'net')
-rw-r--r-- | net/corkscrew/Makefile | 2 | ||||
-rw-r--r-- | net/msend/Makefile | 2 | ||||
-rw-r--r-- | net/redir/Makefile | 2 | ||||
-rw-r--r-- | net/satellite/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index 69f944c..0b387022 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://www.agroman.net/corkscrew/ -MAINTAINER= mark@kyne.com.au +MAINTAINER= markp@FreeBSD.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/msend/Makefile b/net/msend/Makefile index e73e8a8..bf6bb93 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= http://homepages.tig.com.au/~mrudat/software/msend/ -MAINTAINER= mark@kyne.com.au +MAINTAINER= markp@FreeBSD.org GNU_CONFIGURE= yes CFLAGS+= -DUSE_READLINE diff --git a/net/redir/Makefile b/net/redir/Makefile index a3b9d83..7db5a13 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.2.1 CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ -MAINTAINER= mark@kyne.com.au +MAINTAINER= markp@FreeBSD.org MAN1= redir.1 diff --git a/net/satellite/Makefile b/net/satellite/Makefile index 0b8f7e9..2f1e867 100644 --- a/net/satellite/Makefile +++ b/net/satellite/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network -MAINTAINER= mark@kyne.com.au +MAINTAINER= markp@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm |