svn commit: r506345 - head/benchmarks/linux-vdbench

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 10 09:39:16 UTC 2019


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
 


More information about the svn-ports-head mailing list