svn commit: r359027 - head/net/sippy_b2bua

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 01:36:19 UTC 2014


Author: vanilla
Date: Tue Jun 24 01:36:19 2014
New Revision: 359027
URL: http://svnweb.freebsd.org/changeset/ports/359027
QAT: https://qat.redports.org/buildarchive/r359027/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket)

Modified:
  head/net/sippy_b2bua/Makefile

Modified: head/net/sippy_b2bua/Makefile
==============================================================================
--- head/net/sippy_b2bua/Makefile	Tue Jun 24 00:59:18 2014	(r359026)
+++ head/net/sippy_b2bua/Makefile	Tue Jun 24 01:36:19 2014	(r359027)
@@ -11,10 +11,9 @@ DISTNAME=	sippy-${PORTVERSION}
 MAINTAINER=	sobomax at FreeBSD.org
 COMMENT=	SIP Back-to-back user agent (B2BUA) server with Radius support
 
-USE_PYTHON=		yes
+USE_PYTHON=	yes
 USES=		twisted
 USE_PYDISTUTILS=	yes
-NO_STAGE=	yes
 PYDISTUTILS_PKGNAME=	sippy
 DOCSDIR=	${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME}
 
@@ -22,8 +21,8 @@ DOCS=		COPYING README
 
 .if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list