diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 22:28:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 22:28:33 +0800 |
commit | 010b471ae4182c131a489077f8b0a57ed2c6c3cb (patch) | |
tree | 6667bd7a0d820b05083176bf9de57bcb6662851c | |
parent | 2b56f49ef45164a90f18142236242ffa8803b757 (diff) | |
download | freebsd-ports-gnome-010b471ae4182c131a489077f8b0a57ed2c6c3cb.tar.gz freebsd-ports-gnome-010b471ae4182c131a489077f8b0a57ed2c6c3cb.tar.zst freebsd-ports-gnome-010b471ae4182c131a489077f8b0a57ed2c6c3cb.zip |
Fix ignore check
-rw-r--r-- | benchmarks/spec-sfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/spec-sfs/Makefile b/benchmarks/spec-sfs/Makefile index ca0e207c66bb..86bea4d35a95 100644 --- a/benchmarks/spec-sfs/Makefile +++ b/benchmarks/spec-sfs/Makefile @@ -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 |