diff options
author | maho <maho@FreeBSD.org> | 2003-07-01 03:30:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-01 03:30:25 +0800 |
commit | c1c30755c499e1c60995f89af3030b69034ee3ed (patch) | |
tree | af2de4147434fe995f083bbec252633c83899ec9 /math/superlu | |
parent | e5a151e351460ea1866547b6ece0ef2d5bb1ab39 (diff) | |
download | freebsd-ports-gnome-c1c30755c499e1c60995f89af3030b69034ee3ed.tar.gz freebsd-ports-gnome-c1c30755c499e1c60995f89af3030b69034ee3ed.tar.zst freebsd-ports-gnome-c1c30755c499e1c60995f89af3030b69034ee3ed.zip |
Fix for unfetch
Reported by: bento
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index cc5670f43254..941c13bf6b3c 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -8,8 +8,8 @@ PORTNAME= superlu PORTVERSION= 2.0.20030603 CATEGORIES= math -MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ \ - http://www.nersc.gov/~xiaoye/ +MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ + http://crd.lbl.gov/~xiaoye/ DISTNAME= ${PORTNAME}_2.0 .ifndef NOPORTDOCS DISTFILES= ${DISTNAME}${EXTRACT_SUFX} superlu_ug.ps.gz SLU_general.ps.gz simax95.ps.gz |