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/py-numeric | |
parent | 4d57c71652daaff7b00a72b7ea53780c572cb09c (diff) | |
download | freebsd-ports-gnome-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.tar.gz freebsd-ports-gnome-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.tar.zst freebsd-ports-gnome-4ef032cd4c87f129b2d0befef7d1e5e28b98eac7.zip |
Fix MASTER_SITE.
Diffstat (limited to 'math/py-numeric')
-rw-r--r-- | math/py-numeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |