Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2015 13:20:52 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386680 - head/math/cmlib
Message-ID:  <201505181320.t4IDKqxl096128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon May 18 13:20:52 2015
New Revision: 386680
URL: https://svnweb.freebsd.org/changeset/ports/386680

Log:
  math/cmlib: fix MASTER_SITE
  
  PR:		196258
  Submitted by:	mat

Modified:
  head/math/cmlib/Makefile

Modified: head/math/cmlib/Makefile
==============================================================================
--- head/math/cmlib/Makefile	Mon May 18 12:47:02 2015	(r386679)
+++ head/math/cmlib/Makefile	Mon May 18 13:20:52 2015	(r386680)
@@ -4,8 +4,7 @@
 PORTNAME=	cmlib
 PORTVERSION=	3.0
 CATEGORIES=	math
-MASTER_SITES=	NL:blas ftp://ftp.nist.gov/pub/cmlib/
-MASTER_SITE_SUBDIR=blas/:blas
+MASTER_SITES=	NL/blas:blas ftp://ftp.nist.gov/pub/cmlib/
 # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from CMLIB.
 # See Netlib FAQ #2.17: http://netlib.org/misc/faq.html#2.17
 DISTFILES=	src.tar.Z d1mach.f:blas i1mach.f:blas r1mach.f:blas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505181320.t4IDKqxl096128>