Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 14:28:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347501 - head/benchmarks/spec-sfs
Message-ID:  <201403081428.s28ESYEe076277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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