aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/linux-vdbench
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-07-10 09:39:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-07-10 09:39:14 +0000
commit5d58b06c87d88382a127e8679e135ed089791cbb (patch)
tree2826065b4a645a7151c68baaee2c052fbd84c84c /benchmarks/linux-vdbench
parentfb65c87f257276bdf29f567be6a4ee7bf15a48aa (diff)
downloadports-5d58b06c87d88382a127e8679e135ed089791cbb.tar.gz
ports-5d58b06c87d88382a127e8679e135ed089791cbb.zip
Expand DISTFILES in exists test. DISTFILES isn't defined yet.
Notes
Notes: svn path=/head/; revision=506345
Diffstat (limited to 'benchmarks/linux-vdbench')
-rw-r--r--benchmarks/linux-vdbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/linux-vdbench/Makefile b/benchmarks/linux-vdbench/Makefile
index 82aa79edb240..f8a9a5a0af65 100644
--- a/benchmarks/linux-vdbench/Makefile
+++ b/benchmarks/linux-vdbench/Makefile
@@ -34,7 +34,7 @@ DOWNLOAD_URL= https://www.oracle.com/technetwork/server-storage/vdbench-download
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTFILES})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=You must manually download ${DISTFILES} from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again
.endif