aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sgrep
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 19:08:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 19:08:55 +0000
commitb04d92c2ad799668222b9e6a667e9bb3deef9abe (patch)
treec2971de608f6eb91dfb550425f28d5c48c2e2bf6 /textproc/py-sgrep
parente752955f1ef2ad144f4298479b749fcd66e4d010 (diff)
downloadports-b04d92c2ad799668222b9e6a667e9bb3deef9abe.tar.gz
ports-b04d92c2ad799668222b9e6a667e9bb3deef9abe.zip
Notes
Diffstat (limited to 'textproc/py-sgrep')
-rw-r--r--textproc/py-sgrep/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/py-sgrep/Makefile b/textproc/py-sgrep/Makefile
index 9e10b0dd8204..eb593b8391c1 100644
--- a/textproc/py-sgrep/Makefile
+++ b/textproc/py-sgrep/Makefile
@@ -16,12 +16,7 @@ DISTNAME= pysgrep-${PORTVERSION}
MAINTAINER= ijliao@freebsd.org
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
GNU_CONFIGURE= yes
-do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
-
-do-install:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install)
-
.include <bsd.port.mk>