diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 13:33:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 13:33:57 +0000 |
commit | 786a6554ae6280a77d5607caf5786da22e1564f9 (patch) | |
tree | 06ee0c94a5e4004f9a30044828a8255c8aa9e8f7 /databases/py-cdb | |
parent | 27cba59f30f6883158d062cde6facfde8914ab45 (diff) | |
download | ports-786a6554ae6280a77d5607caf5786da22e1564f9.tar.gz ports-786a6554ae6280a77d5607caf5786da22e1564f9.zip |
Notes
Diffstat (limited to 'databases/py-cdb')
-rw-r--r-- | databases/py-cdb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 32bed7a44907..031528effa37 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -14,13 +14,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= jason@mastaler.com -BUILD_DEPENDS= ${PYDISTUTILS} USE_PYTHON= yes - -do-build: - (cd ${WRKSRC}; ${PYTHON_CMD} setup.py build) - -do-install: - (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install) +USE_PYDISTUTILS= yes .include <bsd.port.mk> |