svn commit: r386680 - head/math/cmlib

Kurt Jaeger pi at FreeBSD.org
Mon May 18 13:20:53 UTC 2015


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


More information about the svn-ports-all mailing list