diff options
Diffstat (limited to 'lang/py-mx-base/Makefile')
-rw-r--r-- | lang/py-mx-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile index 8be4f4f..f68541f 100644 --- a/lang/py-mx-base/Makefile +++ b/lang/py-mx-base/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mx-base -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= lang python -MASTER_SITES= http://www.egenix.com/files/python/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://www.egenix.com/files/python/ MASTER_SITE_SUBDIR= tg PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= egenix-${PORTNAME}-${PORTVERSION} @@ -17,6 +16,7 @@ DISTNAME= egenix-${PORTNAME}-${PORTVERSION} MAINTAINER= tg@FreeBSD.org COMMENT= The eGenix mx-Extension Series for Python +FETCH_CMD= /usr/bin/fetch -ar USE_PYTHON= yes USE_PYDISTUTILS=yes .if defined(WITH_ZOPE) |