aboutsummaryrefslogtreecommitdiffstats
path: root/devel/scons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scons/Makefile')
-rw-r--r--devel/scons/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index 32c7e5f25e00..01ee65114b39 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -14,13 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@fallin.lv
USE_PYTHON= yes
-
-SETUP_CMD= cd ${WRKSRC} && ${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>