aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-06-14 23:54:18 +0800
committerknu <knu@FreeBSD.org>2002-06-14 23:54:18 +0800
commit8e2378a481cb43f703111bd5a53f0a1c0330a047 (patch)
treead097388843f007dce9f72407bd24eb3a7f49ed6 /lang/icc
parentb96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730 (diff)
downloadfreebsd-ports-gnome-8e2378a481cb43f703111bd5a53f0a1c0330a047.tar.gz
freebsd-ports-gnome-8e2378a481cb43f703111bd5a53f0a1c0330a047.tar.zst
freebsd-ports-gnome-8e2378a481cb43f703111bd5a53f0a1c0330a047.zip
Get the IGNORE warning working. ${DISTFILES} cannot be referenced in
a .if condition before reading through bsd.port.post.mk. Approved by: netchild (MAINTAINER)
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