diff options
author | knu <knu@FreeBSD.org> | 2002-06-14 23:54:18 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-14 23:54:18 +0800 |
commit | 8e2378a481cb43f703111bd5a53f0a1c0330a047 (patch) | |
tree | ad097388843f007dce9f72407bd24eb3a7f49ed6 /lang/icc | |
parent | b96a1cc6c6cb7bfc166ab644e8c0ab0df58e7730 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |