diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus-clients/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/argus/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/argus3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/argus-clients/Makefile b/net-mgmt/argus-clients/Makefile index 26585567fb7..5139d78c6d6 100644 --- a/net-mgmt/argus-clients/Makefile +++ b/net-mgmt/argus-clients/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= se@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Client programs for the argus IP network transaction auditing tool .if defined(WITH_SASL) diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 6c527186288..2cc4ecbe43d 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= se@freebsd.org +MAINTAINER= ports@freebsd.org COMMENT= A generic IP network transaction auditing tool .if defined(WITH_SASL) diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index cbedc960844..ce518998c5b 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= se@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Client programs for the argus IP network transaction auditing tool OPTIONS+= SASL "SASL authentication support 1" on \ diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index 8b74fbe5a9f..af8b44e7e99 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= se@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A generic IP network transaction auditing tool #RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus3-clients |