diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 8b8f5739a211..c114794fb67b 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -1,29 +1,31 @@ PORTNAME= smcroute PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org COMMENT= Static multicast routing tool WWW= https://github.com/troglobit/smcroute/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf cpe CPE_VENDOR= troglobit USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= troglobit GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/sbin INSTALL_TARGET= install-exec-am install-man PORTDOCS= AUTHORS COPYING ChangeLog README TODO OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET= install post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include diff --git a/net/smcroute/pkg-plist b/net/smcroute/pkg-plist index 4aad09f958e3..680ba6a9acbb 100644 --- a/net/smcroute/pkg-plist +++ b/net/smcroute/pkg-plist @@ -1,3 +1,3 @@ sbin/smcroute @sample etc/smcroute.conf.sample -man/man8/smcroute.8.gz +share/man/man8/smcroute.8.gz