aboutsummaryrefslogtreecommitdiff
path: root/math/spblas
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-01-06 11:02:57 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-01-06 11:02:57 +0000
commitb1f41a409834c1c290e2626ce5623fe882f8723c (patch)
treed98ea0a2e2b0d2939222791078c6ffb6b234be19 /math/spblas
parent6ff43c65124e071e5279675013914a1d0df7860b (diff)
downloadports-b1f41a409834c1c290e2626ce5623fe882f8723c.tar.gz
ports-b1f41a409834c1c290e2626ce5623fe882f8723c.zip
fix fetch in the NOPORTDOCS case
Notes
Notes: svn path=/head/; revision=288628
Diffstat (limited to 'math/spblas')
-rw-r--r--math/spblas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/spblas/Makefile b/math/spblas/Makefile
index d722b12d9edf..25164d03146b 100644
--- a/math/spblas/Makefile
+++ b/math/spblas/Makefile
@@ -10,10 +10,10 @@ PORTNAME= spblas
DISTVERSION= 1_02
CATEGORIES= math
MASTER_SITES= http://math.nist.gov/spblas/:1 LOCAL/bf/:1 NL/blas/blast-forum/:2
-DISTNAME= nist_spblas_${DISTVERSION}
+DISTFILES= nist_spblas_${DISTVERSION}.zip:1
.ifndef(NOPORTDOCS) || make(makesum)
-DISTFILES= ${EXTRACT_ONLY}:1 blas-report.pdf:2
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES+= blas-report.pdf:2
+EXTRACT_ONLY= nist_spblas_${DISTVERSION}.zip
.endif
MAINTAINER= bf@FreeBSD.org