aboutsummaryrefslogtreecommitdiff
path: root/net/sippy_b2bua
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 01:36:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-24 01:36:19 +0000
commit01515ac0657d4037e2256781d96129ced40c61ef (patch)
tree0b905e5a7a311c08fd3e79264802e7ac1a14f19e /net/sippy_b2bua
parent9c87b10138ee3a841df915404a3d38e735a23dd9 (diff)
downloadports-01515ac0657d4037e2256781d96129ced40c61ef.tar.gz
ports-01515ac0657d4037e2256781d96129ced40c61ef.zip
Notes
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>