summaryrefslogtreecommitdiff
path: root/devel/scons
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/scons
parentAdd knob for utmp, msdfs and quota (diff)
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58314
Diffstat (limited to 'devel/scons')
-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>