aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cryptkit
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-30 02:53:07 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-30 02:53:07 +0800
commit331c7aa42e2c8939b55ed23f19b5748e0769e3d5 (patch)
tree03a96cddc4a0b6e97a22b4dd2f4a3744a9ee804b /security/py-cryptkit
parent56d207b169a0d4d4b689d659ae52d153a7348437 (diff)
downloadfreebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.tar.gz
freebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.tar.zst
freebsd-ports-gnome-331c7aa42e2c8939b55ed23f19b5748e0769e3d5.zip
use USE_PYDISTUTILS
Diffstat (limited to 'security/py-cryptkit')
-rw-r--r--security/py-cryptkit/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
index 8e5cf17915e2..b6c762a057b2 100644
--- a/security/py-cryptkit/Makefile
+++ b/security/py-cryptkit/Makefile
@@ -16,13 +16,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
-
-SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>