diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-11 14:31:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-11 14:31:10 +0000 |
commit | dca400fdbe45afce8e78300657369b565a0b19ab (patch) | |
tree | a8ac26c82ce0b8e30e049590c536c3e2f874baa7 /lang/py-mx-base | |
parent | 74e66cffb3dbeecb09eb697ae8403b2b0d66ba38 (diff) |
Notes
Diffstat (limited to 'lang/py-mx-base')
-rw-r--r-- | lang/py-mx-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile index 1f12303f6e80..cf3189cb7db5 100644 --- a/lang/py-mx-base/Makefile +++ b/lang/py-mx-base/Makefile @@ -8,7 +8,7 @@ PORTNAME= mx-base PORTVERSION= 2.0.6 CATEGORIES= lang python -MASTER_SITES= http://www.egenix.com/files/python/ +MASTER_SITES= http://downloads.egenix.com/python/ MASTER_SITE_SUBDIR= tg PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= egenix-${PORTNAME}-${PORTVERSION} @@ -16,7 +16,6 @@ DISTNAME= egenix-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@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) |