summaryrefslogtreecommitdiff
path: root/security/py-pow
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:53:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:53:07 +0000
commit0f69ba042ea0be242bfbf9847e5682042a5dd206 (patch)
tree190241be0b96ae965eb6caf1d2e433556c0b7c9b /security/py-pow
parentActually add the new patches from the last commit.... (diff)
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58334
Diffstat (limited to 'security/py-pow')
-rw-r--r--security/py-pow/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 9617de7ff0ba..f32f9b4da225 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -17,16 +17,11 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
USE_OPENSSL= yes
-SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install
.if !defined(NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/POW.pdf ${DOCSDIR}
.endif