diff options
author | tg <tg@FreeBSD.org> | 2003-07-10 15:00:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2003-07-10 15:00:28 +0800 |
commit | 7049b318d39dd4c5b4991e504bc4206be1f7f6aa (patch) | |
tree | ec3a4e22961ac707e99d81d117f981ceca8dab49 /math/py-scientific | |
parent | f6bf8350ea211764746f43e8b374e9217913dd36 (diff) | |
download | freebsd-ports-gnome-7049b318d39dd4c5b4991e504bc4206be1f7f6aa.tar.gz freebsd-ports-gnome-7049b318d39dd4c5b4991e504bc4206be1f7f6aa.tar.zst freebsd-ports-gnome-7049b318d39dd4c5b4991e504bc4206be1f7f6aa.zip |
Correct MASTER_SITES.
PR: 54277
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'math/py-scientific')
-rw-r--r-- | math/py-scientific/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index c4ddfe9d28db..5b725ba2bb9b 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -8,8 +8,8 @@ PORTNAME= scientific PORTVERSION= 2.4.3 CATEGORIES= math python -MASTER_SITES= http://starship.python.net/crew/hinsen/ \ - http://dirac.cnrs-orleans.fr/programs/ +MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/ \ + http://dirac.cnrs-orleans.fr/programs/ScientificPython/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ScientificPython-${PORTVERSION} |