summaryrefslogtreecommitdiff
path: root/security/py-gnupg
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-gnupg
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-gnupg')
-rw-r--r--security/py-gnupg/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index 44839f1595cc..9f1e98c9d148 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -17,13 +17,6 @@ DISTNAME= GnuPGInterface-${PORTVERSION}
MAINTAINER= shell@shellhung.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 -c -O1 --prefix=${PREFIX}
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>