diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-01 17:25:31 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-01 17:25:31 +0000 |
commit | f402fdda624ffb6b862c5507fdf3d258928c395c (patch) | |
tree | 3f86723873389e1156b9ba9bb17c6d13011bb420 /lang/icc | |
parent | A nice place to send state of the art hardware to. (diff) |
Add another download location.
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 af44cd1f61ee..d0c207767087 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -34,7 +34,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. 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/. Put it into ${DISTDIR} and run make again." .endif post-extract: |