diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 02:53:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 02:53:07 +0800 |
commit | 331c7aa42e2c8939b55ed23f19b5748e0769e3d5 (patch) | |
tree | 03a96cddc4a0b6e97a22b4dd2f4a3744a9ee804b /security/py-pow | |
parent | 56d207b169a0d4d4b689d659ae52d153a7348437 (diff) | |
download | freebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.tar.gz freebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.tar.zst freebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.zip |
use USE_PYDISTUTILS
Diffstat (limited to 'security/py-pow')
-rw-r--r-- | security/py-pow/Makefile | 9 |
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 |