diff options
-rw-r--r-- | java/westhawksnmp/Makefile | 2 | ||||
-rw-r--r-- | mail/smtptrapd/Makefile | 2 | ||||
-rw-r--r-- | security/vpnd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/westhawksnmp/Makefile b/java/westhawksnmp/Makefile index c9ab03109bd4..f60f7b9ebcf6 100644 --- a/java/westhawksnmp/Makefile +++ b/java/westhawksnmp/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java devel net-mgmt MASTER_SITES= http://snmp.westhawk.co.uk/ DISTNAME= ${PORTNAME:S/westhawk//}${PORTVERSION:S/./_/} -MAINTAINER= anders@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight SNMP stack for Java NO_BUILD= yes diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index 8d958da3326b..b128c7553b1f 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3 CATEGORIES= mail MASTER_SITES= http://smtptrapd.inodes.org/ -MAINTAINER= anders@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error USE_RC_SUBR= smtptrapd.sh diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile index 1e99298bb674..811c5674df32 100644 --- a/security/vpnd/Makefile +++ b/security/vpnd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://vpnd.dotsrc.org/archive/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= anders@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VPN daemon offering transparent blowfish encryption between networks WRKSRC= ${WRKDIR}/${PORTNAME} |