diff options
author | maho <maho@FreeBSD.org> | 2010-04-15 06:51:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-04-15 06:51:53 +0800 |
commit | 546560d2ae5db97f48673b9b1097663160b6f142 (patch) | |
tree | 4ee37794b64ad51dacd44c875f644b1a12363644 /math/gotoblas | |
parent | 50fc403c0efbb36db67f5814b7fda2cff854a203 (diff) | |
download | freebsd-ports-gnome-546560d2ae5db97f48673b9b1097663160b6f142.tar.gz freebsd-ports-gnome-546560d2ae5db97f48673b9b1097663160b6f142.tar.zst freebsd-ports-gnome-546560d2ae5db97f48673b9b1097663160b6f142.zip |
Fix distfile message. add one more mirror.
Submitted by: avg@ (Andriy Gapon)
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index caf9efed2258..53e93e63f67c 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -8,7 +8,10 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER} CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/lapack/:lapack ftp://ftp.netlib.org/lapack/timing/:lapack_tmg +MASTER_SITES= ftp://ftp.netlib.org/lapack/:lapack \ + ftp://ftp.netlib.org/lapack/timing/:lapack_tmg \ + ftp://ftp.netlib.no/netlib/lapack/:lapack \ + ftp://ftp.netlib.no/netlib/lapack/timing/:lapack_tmg DISTFILES= GotoBLAS2-${GOTOBLAS2VER}.tar.gz lapack-3.1.1.tgz:lapack large.tgz:lapack_tmg timing.tgz:lapack_tmg EXTRACT_ONLY= ${GOTOBLAS2_SRCFILE} @@ -68,7 +71,7 @@ MAKE_FLAGS+= F_COMPILER=IBM do-fetch: @${ECHO_CMD} "You need to fetch ${GOTOBLAS2_SRCFILE} from:" @${ECHO_CMD} "http://www.tacc.utexas.edu/tacc-projects/" - @${ECHO_CMD} "and put it in ${DISTDIR}." + @${ECHO_CMD} "and put it in ${DISTDIR}/gotoblas." .endif pre-build:: |