diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
commit | 0070b55b94bc9275fcfe0f076ef9627329c33849 (patch) | |
tree | 52777c4ec6298053248e53c8426ce08f742734ab /net-p2p | |
parent | 800d720f882ceb06aa66e91d393bbab507490821 (diff) | |
download | FreeBSD-ports-0070b55b94bc9275fcfe0f076ef9627329c33849.zip FreeBSD-ports-0070b55b94bc9275fcfe0f076ef9627329c33849.tar.gz |
use USE_PYDISTUTILS
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-fngrab/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile index 341e4a6..f320041 100644 --- a/net-p2p/py-fngrab/Makefile +++ b/net-p2p/py-fngrab/Makefile @@ -19,14 +19,7 @@ BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${BUILD_DEPENDS} 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 post-install: @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab |