aboutsummaryrefslogtreecommitdiff
path: root/devel/decompyle
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 14:01:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 14:01:09 +0000
commitbe17dde214a20fb2d26b647f8bab4fd7ff23e6d2 (patch)
treeab39a4fa0ed643112fc792caf6e8f8fabb1cd0f6 /devel/decompyle
parent3815d264a3056765cd78458ac559b83202d37f02 (diff)
downloadports-be17dde214a20fb2d26b647f8bab4fd7ff23e6d2.tar.gz
ports-be17dde214a20fb2d26b647f8bab4fd7ff23e6d2.zip
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58314
Diffstat (limited to 'devel/decompyle')
-rw-r--r--devel/decompyle/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/decompyle/Makefile b/devel/decompyle/Makefile
index 418634ff9d5a..8038a0de865b 100644
--- a/devel/decompyle/Makefile
+++ b/devel/decompyle/Makefile
@@ -14,17 +14,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g}
MAINTAINER= perky@fallin.lv
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,${LOCALBASE}/,,g}
-DISTUTIL_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py
post-patch:
${PERL} -pi -e 's,/usr/bin/env python2,${PYTHON_CMD},' \
${WRKSRC}/scripts/decompyle
-do-build:
- ${DISTUTIL_CMD} build
-
-do-install:
- ${DISTUTIL_CMD} install
-
.include <bsd.port.mk>