diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bsflite/Makefile | 2 | ||||
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/micro_proxy/Makefile | 2 | ||||
-rw-r--r-- | net/recvnet/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/bsflite/Makefile b/net/bsflite/Makefile index 48a8eba5e4d6..519a6e733a1f 100644 --- a/net/bsflite/Makefile +++ b/net/bsflite/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=bsflite -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A lightweight command line AIM client USE_REINPLACE= yes diff --git a/net/httping/Makefile b/net/httping/Makefile index f36467ed4e42..2bda61a071b7 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ EXTRACT_SUFX= .tgz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A ping-like tool for HTTP requests CFLAGS+= -DVERSION=\"${PORTVERSION}\" diff --git a/net/micro_proxy/Makefile b/net/micro_proxy/Makefile index 87ef3f122bb8..f07f4974bdf7 100644 --- a/net/micro_proxy/Makefile +++ b/net/micro_proxy/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.acme.com/software/micro_proxy/ \ http://critical.ch/distfiles/ DISTNAME= ${PORTNAME}_30oct2002 -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A really small HTTP/HTTPS proxy WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net/recvnet/Makefile b/net/recvnet/Makefile index 3204d1bcd868..df342f4a437a 100644 --- a/net/recvnet/Makefile +++ b/net/recvnet/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vanheusden.com/Linux/ \ http://critical.ch/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recvnet (inverse telnet) is a utility for debugging tcp connections CFLAGS+= -DVERSION=\"${PORTVERSION}\" |