From 9c57519912c095fc7782fed6f5f570a8d5e98bd1 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 20 Oct 2008 14:04:09 +0000 Subject: Readd the explicit definition of EASY_INSTALL_CMD to fix INDEX. --- www/trac-accountmanager/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/trac-accountmanager/Makefile b/www/trac-accountmanager/Makefile index 32253f31def4..d9d6d743e677 100644 --- a/www/trac-accountmanager/Makefile +++ b/www/trac-accountmanager/Makefile @@ -27,6 +27,8 @@ PYDISTUTILS_PKGNAME= TracAccountManager PYDISTUTILS_PKGVERSION= 0.2.1dev WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk +EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} + pre-build: cd ${WRKSRC} && ${PYTHON_CMD} setup.py bdist_egg -- cgit v1.2.3