Index: head/net/rtpproxy/Makefile =================================================================== --- head/net/rtpproxy/Makefile (revision 365276) +++ head/net/rtpproxy/Makefile (revision 365277) @@ -1,31 +1,31 @@ # Created by: sobomax # $FreeBSD$ PORTNAME= rtpproxy PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.rtpproxy.org/chrome/site/ MAINTAINER= ports@FreeBSD.org COMMENT= High-performance RTP proxy server for the SIP Express Router (SER) +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -MAN8= rtpproxy.8 USERS= ${PORTNAME} GROUPS= ${PORTNAME} -NO_STAGE= yes post-build: ${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \ ${WRKSRC}/freebsd/rtpproxy.in > ${WRKDIR}/rtpproxy post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${PREFIX}/etc/rc.d/rtpproxy + ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy .include Index: head/net/rtpproxy/pkg-plist =================================================================== --- head/net/rtpproxy/pkg-plist (revision 365276) +++ head/net/rtpproxy/pkg-plist (revision 365277) @@ -1,3 +1,4 @@ etc/rc.d/rtpproxy bin/makeann bin/rtpproxy +man/man8/rtpproxy.8.gz