aboutsummaryrefslogtreecommitdiff
path: root/net/py-twitter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-twitter/Makefile')
-rw-r--r--net/py-twitter/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 595ebd78287c..39bda9c1fdfc 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -20,12 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejs
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_BUILD_TARGET= bdist_egg
-PYDISTUTILS_INSTALL_TARGET= easy_install
-PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYTWITTER_EGG}
-
-PYTWITTER_EGG= python_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
-PLIST_SUB+= PYTWITTER_EGG=${PYTWITTER_EGG}
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_PKGNAME= python_twitter
.include <bsd.port.mk>