diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-26 04:31:05 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-26 04:31:05 +0800 |
commit | 35843f010835b4b268b613e61a59dd8e969183a2 (patch) | |
tree | 37bec03a24a4a09adabae90413ffecda6ff19c7c /science | |
parent | cebc5f9b69eaa33c43f382f61d3ab37d738c5ef7 (diff) | |
download | freebsd-ports-gnome-35843f010835b4b268b613e61a59dd8e969183a2.tar.gz freebsd-ports-gnome-35843f010835b4b268b613e61a59dd8e969183a2.tar.zst freebsd-ports-gnome-35843f010835b4b268b613e61a59dd8e969183a2.zip |
Fix MASTER_SITES and make fetchable again.
Approved by: portmgr (marcus)
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scipy/Makefile | 3 | ||||
-rw-r--r-- | science/py-scipy03/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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} |