svn commit: r347501 - head/benchmarks/spec-sfs

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 14:28:34 UTC 2014


Author: antoine
Date: Sat Mar  8 14:28:33 2014
New Revision: 347501
URL: http://svnweb.freebsd.org/changeset/ports/347501
QAT: https://qat.redports.org/buildarchive/r347501/

Log:
  Fix ignore check

Modified:
  head/benchmarks/spec-sfs/Makefile

Modified: head/benchmarks/spec-sfs/Makefile
==============================================================================
--- head/benchmarks/spec-sfs/Makefile	Sat Mar  8 14:11:40 2014	(r347500)
+++ head/benchmarks/spec-sfs/Makefile	Sat Mar  8 14:28:33 2014	(r347501)
@@ -41,7 +41,7 @@ PLIST_SUB+=	SPEC_ROOT=${SPEC_ROOT}
 
 .include <bsd.port.pre.mk>
 
-.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE?=You must purchase ${DISTFILES} from SPEC (${DOWNLOAD_URL}), place it in ${DISTDIR} and then run make again
 .endif
 


More information about the svn-ports-head mailing list