From b2ef58b20228ab3b6b89505e120de2b4737e8682 Mon Sep 17 00:00:00 2001 From: obraun Date: Sun, 14 Mar 2004 11:46:59 +0000 Subject: Change maintainer address to maintainers @freebsd.org address. Submitted by: maintainer --- security/authpf/Makefile | 2 +- security/pf/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/authpf/Makefile b/security/authpf/Makefile index d6acbe841aa..260ba5223bc 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -altq .endif DISTNAME= pf_freebsd_${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= Authentification shell for pf gateways RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf diff --git a/security/pf/Makefile b/security/pf/Makefile index c4d717d340b..21e998dd4d7 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -altq .endif DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= OpenBSD pf as a kldmodule .if !defined(BATCH) && !defined(PACKAGE_BUILDING) -- cgit