diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 169fbe3e8c02..728404f0f755 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -1,25 +1,25 @@ PORTNAME= igmpproxy DISTVERSION= 0.4 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net -MAINTAINER= franco@opnsense.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multicast forwarding IGMP proxy WWW= https://github.com/pali/igmpproxy LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= pali GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_RC_SUBR= igmpproxy post-install: ${INSTALL_DATA} ${WRKSRC}/igmpproxy.conf \ ${STAGEDIR}${PREFIX}/etc/igmpproxy.conf.sample .include