diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-29 19:08:55 +0000 |
commit | 9a85df7d34a38d23db7d14c231fd53639b5042fa (patch) | |
tree | 880c2c8d15c16775c3dde56ecb978e354cac3163 /textproc/py-wordnet | |
parent | f3a41e2fa8c1a98f6cb36cabbf902ac4ddb564e9 (diff) | |
download | FreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.zip FreeBSD-ports-9a85df7d34a38d23db7d14c231fd53639b5042fa.tar.gz |
use USE_PYDISTUTILS
Diffstat (limited to 'textproc/py-wordnet')
-rw-r--r-- | textproc/py-wordnet/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index 0014d0f..ad775b8 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -18,7 +18,7 @@ MAINTAINER= perky@fallin.lv RUN_DEPENDS= ${WORDNETBASE}/lexnames:${PORTSDIR}/textproc/wordnet USE_PYTHON= yes -SETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py +USE_PYDISTUTILS= yes WORDNETBASE?= ${LOCALBASE}/share/wordnet-${WORDNET_VERSION} WORDNET_VERSION?= 1.7 @@ -28,10 +28,4 @@ post-patch: > ${WRKSRC}/wordnet.py.tmp && ${CAT} ${WRKSRC}/wordnet.py.tmp \ > ${WRKSRC}/wordnet.py -do-build: - ${SETUP_CMD} build - -do-install: - ${SETUP_CMD} install -c -O1 --prefix=${PREFIX} - .include <bsd.port.mk> |