diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index bf39dbb9f4aa..fa5da7b00d4b 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -1,32 +1,34 @@ PORTNAME= rtpproxy PORTVERSION= 2.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= farrokhi@FreeBSD.org COMMENT= High-performance RTP proxy server for the SIP Express Router (SER) WWW= https://www.rtpproxy.org/ LICENSE= BSD2CLAUSE LIB_DEPENDS= libgsm.so:audio/gsm USES+= cpe libtool USE_GITHUB= yes GH_ACCOUNT= sippy GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-build: ${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \ ${WRKSRC}/scripts/rtpproxy.in.freebsd > ${WRKDIR}/rtpproxy post-install: ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy .include diff --git a/net/rtpproxy/pkg-plist b/net/rtpproxy/pkg-plist index 0c4128891975..f43ff315e937 100644 --- a/net/rtpproxy/pkg-plist +++ b/net/rtpproxy/pkg-plist @@ -1,7 +1,7 @@ etc/rc.d/rtpproxy bin/makeann bin/rtpproxy bin/rtpproxy_debug lib/rtpproxy/rtpp_acct_csv.so lib/rtpproxy/rtpp_acct_csv_debug.so -man/man8/rtpproxy.8.gz +share/man/man8/rtpproxy.8.gz