diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-06-30 19:30:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-06-30 19:30:25 +0000 |
commit | f4340e390aeaa1b39f4bfa4e786ace11796e9c3e (patch) | |
tree | 596935dc5687bc57e4a50887682fc84675325a69 /math/superlu | |
parent | ec1bf0f1b0a97df910e0c8a57740512364477b83 (diff) | |
download | ports-f4340e390aeaa1b39f4bfa4e786ace11796e9c3e.tar.gz ports-f4340e390aeaa1b39f4bfa4e786ace11796e9c3e.zip |
Fix for unfetch
Reported by: bento
Notes
Notes:
svn path=/head/; revision=83924
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 |