diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-14 15:54:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-14 15:54:18 +0000 |
commit | 88b8420988cf320ab49ef1066c0a090faa9cc49b (patch) | |
tree | 4301c2f67f2ccb998161679e12b7095a3c293a59 /lang | |
parent | 29100c0abde50d833ce4e5a75a283d55ff441c6c (diff) | |
download | ports-88b8420988cf320ab49ef1066c0a090faa9cc49b.tar.gz ports-88b8420988cf320ab49ef1066c0a090faa9cc49b.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)
Notes
Notes:
svn path=/head/; revision=61268
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | lang/icc7/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index bf131b2ae8a9..af44cd1f61ee 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 |