aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-14 19:11:36 +0800
committergahr <gahr@FreeBSD.org>2014-02-14 19:11:36 +0800
commitdb8cef0cc20cbda1ac8fd23678953acf499cc8e4 (patch)
tree20f8fdb2b9ced83d50d98c77a54bd2e5777e4796 /security
parent7005041936c886b7493029945011c0d2fe62d1f7 (diff)
downloadfreebsd-ports-gnome-db8cef0cc20cbda1ac8fd23678953acf499cc8e4.tar.gz
freebsd-ports-gnome-db8cef0cc20cbda1ac8fd23678953acf499cc8e4.tar.zst
freebsd-ports-gnome-db8cef0cc20cbda1ac8fd23678953acf499cc8e4.zip
- STAGE-clean
Diffstat (limited to 'security')
-rw-r--r--security/py-pow/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index fec2abc070d1..1776c0e7b4dd 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Python OpenSSL Wrappers
+OPTIONS_DEFINE= DOCS
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= POW
@@ -18,7 +20,6 @@ USE_OPENSSL= yes
PORTDOCS= POW.pdf
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py
@@ -26,11 +27,9 @@ do-build:
cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET}
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>