diff options
author | pi <pi@FreeBSD.org> | 2015-05-18 21:20:52 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-05-18 21:20:52 +0800 |
commit | 451e2574129caca13034572fd4aa8e4283a153d1 (patch) | |
tree | 8405faee55c9ca6ce12cf46ea29bf98c1e28c6cd /math | |
parent | f6f639f75dc588382ba2eebdd57cea3aeaa748cd (diff) | |
download | freebsd-ports-gnome-451e2574129caca13034572fd4aa8e4283a153d1.tar.gz freebsd-ports-gnome-451e2574129caca13034572fd4aa8e4283a153d1.tar.zst freebsd-ports-gnome-451e2574129caca13034572fd4aa8e4283a153d1.zip |
math/cmlib: fix MASTER_SITE
PR: 196258
Submitted by: mat
Diffstat (limited to 'math')
-rw-r--r-- | math/cmlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/cmlib/Makefile b/math/cmlib/Makefile index 469e0d03b70f..5f21e9eed567 100644 --- a/math/cmlib/Makefile +++ b/math/cmlib/Makefile @@ -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 |