Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 11:52:27 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365277 - head/net/rtpproxy
Message-ID:  <201408181152.s7IBqRsd034525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Aug 18 11:52:27 2014
New Revision: 365277
URL: http://svnweb.freebsd.org/changeset/ports/365277
QAT: https://qat.redports.org/buildarchive/r365277/

Log:
  net/rtpproxy: support stage
  
  PR:		192612
  Submitted by:	Nikola Kolev

Modified:
  head/net/rtpproxy/Makefile
  head/net/rtpproxy/pkg-plist

Modified: head/net/rtpproxy/Makefile
==============================================================================
--- head/net/rtpproxy/Makefile	Mon Aug 18 11:50:35 2014	(r365276)
+++ head/net/rtpproxy/Makefile	Mon Aug 18 11:52:27 2014	(r365277)
@@ -10,22 +10,22 @@ MASTER_SITES=	http://www.rtpproxy.org/ch
 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 <bsd.port.mk>

Modified: head/net/rtpproxy/pkg-plist
==============================================================================
--- head/net/rtpproxy/pkg-plist	Mon Aug 18 11:50:35 2014	(r365276)
+++ head/net/rtpproxy/pkg-plist	Mon Aug 18 11:52:27 2014	(r365277)
@@ -1,3 +1,4 @@
 etc/rc.d/rtpproxy
 bin/makeann
 bin/rtpproxy
+man/man8/rtpproxy.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181152.s7IBqRsd034525>