aboutsummaryrefslogtreecommitdiffstats
path: root/math/spblas
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2012-01-06 19:02:57 +0800
committerbf <bf@FreeBSD.org>2012-01-06 19:02:57 +0800
commit81745e718a133fdad5c469deb9e92c1a107c3e31 (patch)
treea67d9441021e0313656ab5883a77166d56c51f94 /math/spblas
parentb113cf82a1976c8b415a0f39c6eea7ce99395802 (diff)
downloadfreebsd-ports-gnome-81745e718a133fdad5c469deb9e92c1a107c3e31.tar.gz
freebsd-ports-gnome-81745e718a133fdad5c469deb9e92c1a107c3e31.tar.zst
freebsd-ports-gnome-81745e718a133fdad5c469deb9e92c1a107c3e31.zip
fix fetch in the NOPORTDOCS case
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