diff options
author | wen <wen@FreeBSD.org> | 2011-02-22 09:15:35 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-22 09:15:35 +0800 |
commit | 605e4cb9104f8ab2b7478cd9485655907fc3bc2c (patch) | |
tree | 28a1c2831198a09aeeac3f0a03d284d40dcd1173 | |
parent | a39704624f40c766a3b2b751069f02146fc92fae (diff) | |
download | freebsd-ports-gnome-605e4cb9104f8ab2b7478cd9485655907fc3bc2c.tar.gz freebsd-ports-gnome-605e4cb9104f8ab2b7478cd9485655907fc3bc2c.tar.zst freebsd-ports-gnome-605e4cb9104f8ab2b7478cd9485655907fc3bc2c.zip |
- Fix fetch
Reported by: pointyhat
-rw-r--r-- | science/py-scimath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index 4bb61a499e94..d76c6a8acb2c 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -8,7 +8,7 @@ PORTNAME= scimath PORTVERSION= 3.0.7 CATEGORIES= science math python -MASTER_SITES= http://www.enthought.com/repo/ETS/ +MASTER_SITES= http://www.enthought.com/repo/ets/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciMath-${PORTVERSION} |