summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/py-pow/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 4e5fdf2013b1..d3675803c99e 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -27,6 +27,9 @@ PORTDOCS= POW.pdf
post-patch:
${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py
+do-build:
+ cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET}
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}