diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 22:31:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 22:31:10 +0800 |
commit | c6ebc6cf38014e0c77ad9333264d0010c7d836ae (patch) | |
tree | 24c4464f09a50e3065fceed48c8fa9e75fcfd5d6 /lang | |
parent | 4f5928629f77b35a4f59edb66213a380d0629c26 (diff) | |
download | freebsd-ports-gnome-c6ebc6cf38014e0c77ad9333264d0010c7d836ae.tar.gz freebsd-ports-gnome-c6ebc6cf38014e0c77ad9333264d0010c7d836ae.tar.zst freebsd-ports-gnome-c6ebc6cf38014e0c77ad9333264d0010c7d836ae.zip |
- Chase redirect and remove fetch -ar
PR: ports/130064
Reported by: Julian H. Stacey <jhs@berklix.org>
Diffstat (limited to 'lang')
-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) |