From 35843f010835b4b268b613e61a59dd8e969183a2 Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Sat, 25 Feb 2006 20:31:05 +0000 Subject: Fix MASTER_SITES and make fetchable again. Approved by: portmgr (marcus) --- science/py-scipy/Makefile | 3 ++- science/py-scipy03/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'science') diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 57073a668715..3c04b5f61942 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -10,7 +10,8 @@ PORTNAME= scipy PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= science python -MASTER_SITES= http://www.scipy.org/download/scipy/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile index 57073a668715..3c04b5f61942 100644 --- a/science/py-scipy03/Makefile +++ b/science/py-scipy03/Makefile @@ -10,7 +10,8 @@ PORTNAME= scipy PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= science python -MASTER_SITES= http://www.scipy.org/download/scipy/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -- cgit