aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpcube
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 14:07:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 14:07:49 +0000
commit18d779daf5ac98792e4107bfd461400a24b5e06b (patch)
tree5d650097895193535a6df75e62ffcddc4a072284 /ftp/ftpcube
parentbe17dde214a20fb2d26b647f8bab4fd7ff23e6d2 (diff)
downloadports-18d779daf5ac98792e4107bfd461400a24b5e06b.tar.gz
ports-18d779daf5ac98792e4107bfd461400a24b5e06b.zip
Notes
Diffstat (limited to 'ftp/ftpcube')
-rw-r--r--ftp/ftpcube/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile
index 35ee98ebaee3..8c2c3062ff22 100644
--- a/ftp/ftpcube/Makefile
+++ b/ftp/ftpcube/Makefile
@@ -17,13 +17,6 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk.py:${PORTSDIR}/x11-toolkits/py-gtk
USE_PYTHON= yes
-
-SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>