diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index a829ae1059a5..169fbe3e8c02 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -1,24 +1,25 @@ PORTNAME= igmpproxy DISTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MAINTAINER= franco@opnsense.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 diff --git a/net/igmpproxy/pkg-plist b/net/igmpproxy/pkg-plist index c1dc265c1764..83d14751db62 100644 --- a/net/igmpproxy/pkg-plist +++ b/net/igmpproxy/pkg-plist @@ -1,4 +1,4 @@ sbin/igmpproxy @sample etc/igmpproxy.conf.sample -man/man5/igmpproxy.conf.5.gz -man/man8/igmpproxy.8.gz +share/man/man5/igmpproxy.conf.5.gz +share/man/man8/igmpproxy.8.gz