diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-19 10:41:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-19 10:41:02 +0000 |
commit | aeb0e2a15efc20367b546c2734f7be322eb072d5 (patch) | |
tree | 83a25050f4fe593780a6dd314dab5bb99f793e0e | |
parent | Update to 1.1.8_003. (PORTVERSION untouched) (diff) |
Fix MASTER_SITE.
Notes
Notes:
svn path=/head/; revision=27744
-rw-r--r-- | math/numpy/Makefile | 2 | ||||
-rw-r--r-- | math/py-numeric/Makefile | 2 | ||||
-rw-r--r-- | math/py-numeric17/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 2adda1ec28c1..6ad873749b5e 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= numeric PORTVERSION= 15.2 CATEGORIES= math python -MASTER_SITES= http://downloads.sourceforge.net/ +MASTER_SITES= http://download.sourceforge.net/numpy/ PKGNAMEPREFIX= py- DISTNAME= Numerical-${PORTVERSION} diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 2adda1ec28c1..6ad873749b5e 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -8,7 +8,7 @@ PORTNAME= numeric PORTVERSION= 15.2 CATEGORIES= math python -MASTER_SITES= http://downloads.sourceforge.net/ +MASTER_SITES= http://download.sourceforge.net/numpy/ PKGNAMEPREFIX= py- DISTNAME= Numerical-${PORTVERSION} diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 2adda1ec28c1..6ad873749b5e 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -8,7 +8,7 @@ PORTNAME= numeric PORTVERSION= 15.2 CATEGORIES= math python -MASTER_SITES= http://downloads.sourceforge.net/ +MASTER_SITES= http://download.sourceforge.net/numpy/ PKGNAMEPREFIX= py- DISTNAME= Numerical-${PORTVERSION} |