diff options
author | tg <tg@FreeBSD.org> | 2000-04-19 18:41:02 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-19 18:41:02 +0800 |
commit | 4ef032cd4c87f129b2d0befef7d1e5e28b98eac7 (patch) | |
tree | 19372343e9df42c330383a1b12d7ba72735cfac9 /math | |
parent | 4d57c71652daaff7b00a72b7ea53780c572cb09c (diff) | |
download | freebsd-ports-graphics-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.tar.gz freebsd-ports-graphics-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.tar.zst freebsd-ports-graphics-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.zip |
Fix MASTER_SITE.
Diffstat (limited to 'math')
-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 2adda1ec28c..6ad873749b5 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 2adda1ec28c..6ad873749b5 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 2adda1ec28c..6ad873749b5 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} |