From 81745e718a133fdad5c469deb9e92c1a107c3e31 Mon Sep 17 00:00:00 2001 From: bf Date: Fri, 6 Jan 2012 11:02:57 +0000 Subject: fix fetch in the NOPORTDOCS case --- math/spblas/Makefile | 6 +++--- 1 file 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 -- cgit