aboutsummaryrefslogtreecommitdiffstats
path: root/net/sippy_b2bua
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-24 09:36:19 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-24 09:36:19 +0800
commitbd9405966461b3346da79e6d713962b2b1cccbe1 (patch)
tree0b905e5a7a311c08fd3e79264802e7ac1a14f19e /net/sippy_b2bua
parent41ae61aac286496756a8adf1c12afa83d150dd4c (diff)
downloadfreebsd-ports-gnome-bd9405966461b3346da79e6d713962b2b1cccbe1.tar.gz
freebsd-ports-gnome-bd9405966461b3346da79e6d713962b2b1cccbe1.tar.zst
freebsd-ports-gnome-bd9405966461b3346da79e6d713962b2b1cccbe1.zip
Stagify.
Approved by: portmgr@ (blanket)
Diffstat (limited to 'net/sippy_b2bua')
-rw-r--r--net/sippy_b2bua/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/sippy_b2bua/Makefile b/net/sippy_b2bua/Makefile
index 7989366545aa..895d60ca0548 100644
--- a/net/sippy_b2bua/Makefile
+++ b/net/sippy_b2bua/Makefile
@@ -11,10 +11,9 @@ DISTNAME= sippy-${PORTVERSION}
MAINTAINER= sobomax@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>