diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2003-07-10 07:00:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2003-07-10 07:00:28 +0000 |
commit | 73afb1ec0f17fa2167e8b2185011d11ad7855f9e (patch) | |
tree | 30bc7453da04154468ee9e170347741fa0d47e32 /math | |
parent | d92a57aef931797159196012d36c3fb4800dbdf9 (diff) | |
download | ports-73afb1ec0f17fa2167e8b2185011d11ad7855f9e.tar.gz ports-73afb1ec0f17fa2167e8b2185011d11ad7855f9e.zip |
Notes
Diffstat (limited to 'math')
-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} |