summaryrefslogtreecommitdiff
path: root/lang/icc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-14 15:54:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-14 15:54:18 +0000
commit88b8420988cf320ab49ef1066c0a090faa9cc49b (patch)
tree4301c2f67f2ccb998161679e12b7095a3c293a59 /lang/icc
parentUpdate to 2.3.5 (diff)
Get the IGNORE warning working. ${DISTFILES} cannot be referenced in
a .if condition before reading through bsd.port.post.mk. Approved by: netchild (MAINTAINER)
Notes
Notes: svn path=/head/; revision=61268
Diffstat (limited to 'lang/icc')
-rw-r--r--lang/icc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index bf131b2ae8a9..af44cd1f61ee 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -33,7 +33,7 @@ ICC_SITE= http://www.intel.com/software/products/compilers/
ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
-.if !exists(${DISTDIR}/${DISTFILES})
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, e.g. from ${ICC_SITE}c60l/noncom.htm. Put it into ${DISTDIR} and run make again."
.endif