diff options
author | netchild <netchild@FreeBSD.org> | 2002-08-22 11:31:48 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-08-22 11:31:48 +0000 |
commit | 30cd8e4d72f308748db9b01c669d78d3cab0fbb0 (patch) | |
tree | 90ab80fdda3be205bc38261dcfc3ffd2a4803993 /lang/icc7 | |
parent | dc29a61103fc431b461e63de4365363c17f6a86c (diff) | |
download | FreeBSD-ports-30cd8e4d72f308748db9b01c669d78d3cab0fbb0.zip FreeBSD-ports-30cd8e4d72f308748db9b01c669d78d3cab0fbb0.tar.gz |
Fix syntax error in the no distfile case.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Diffstat (limited to 'lang/icc7')
-rw-r--r-- | lang/icc7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 7993dc0..4ac9fc1 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -39,7 +39,7 @@ ICC_SITE= http://www.intel.com/software/products/compilers/ ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//' .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, e.g. from ${ICC_SITE}c60l/noncom.htm or from https://premier.intel.com/ (whichever has the file, to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm). Put it into ${DISTDIR} and run make again." +IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, e.g. from ${ICC_SITE}c60l/noncom.htm or from https://premier.intel.com/ \(whichever has the file, to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\). Put it into ${DISTDIR} and run make again." .endif post-extract: |