diff options
-rw-r--r-- | net/xbone-gui/Makefile | 2 | ||||
-rw-r--r-- | net/xbone/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index 0b1c219e18b2..0b4de5022e09 100644 --- a/net/xbone-gui/Makefile +++ b/net/xbone-gui/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ DISTNAME= XBone-${PORTVERSION} -MAINTAINER= xbone@isi.edu +MAINTAINER= ports@FreeBSD.org COMMENT= The GUI for XBone, a tool to deploy and manage IP-based VPNs BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 14f6f36727f6..5f2afcc42fbe 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.2 CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ -MAINTAINER= xbone@isi.edu +MAINTAINER= ports@FreeBSD.org COMMENT= Deploys and manages IP-based VPNs (aka "virtual Internets") BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ |