summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-06-14 15:54:18 +0000
committerknu <knu@FreeBSD.org>2002-06-14 15:54:18 +0000
commit8e2378a481cb43f703111bd5a53f0a1c0330a047 (patch)
treead097388843f007dce9f72407bd24eb3a7f49ed6 /lang
parentb96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730 (diff)
downloadFreeBSD-ports-8e2378a481cb43f703111bd5a53f0a1c0330a047.zip
FreeBSD-ports-8e2378a481cb43f703111bd5a53f0a1c0330a047.tar.gz
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')
-rw-r--r--lang/icc/Makefile2
-rw-r--r--lang/icc7/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index bf131b2..af44cd1 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
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile
index bf131b2..af44cd1 100644
--- a/lang/icc7/Makefile
+++ b/lang/icc7/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
OpenPOWER on IntegriCloud