Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 09:39:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506345 - head/benchmarks/linux-vdbench
Message-ID:  <201907100939.x6A9dFQO062229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Jul 10 09:39:14 2019
New Revision: 506345
URL: https://svnweb.freebsd.org/changeset/ports/506345

Log:
  Expand DISTFILES in exists test.  DISTFILES isn't defined yet.

Modified:
  head/benchmarks/linux-vdbench/Makefile

Modified: head/benchmarks/linux-vdbench/Makefile
==============================================================================
--- head/benchmarks/linux-vdbench/Makefile	Wed Jul 10 09:38:32 2019	(r506344)
+++ head/benchmarks/linux-vdbench/Makefile	Wed Jul 10 09:39:14 2019	(r506345)
@@ -34,7 +34,7 @@ DOWNLOAD_URL=	https://www.oracle.com/technetwork/serve
 
 .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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907100939.x6A9dFQO062229>