From 546560d2ae5db97f48673b9b1097663160b6f142 Mon Sep 17 00:00:00 2001 From: maho Date: Wed, 14 Apr 2010 22:51:53 +0000 Subject: Fix distfile message. add one more mirror. Submitted by: avg@ (Andriy Gapon) --- math/gotoblas/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'math/gotoblas') 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:: -- cgit