diff options
author | netchild <netchild@FreeBSD.org> | 2002-07-01 17:25:31 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-07-01 17:25:31 +0000 |
commit | d5ad8301dfe116d372d7aefd4149f64a7c2f83f5 (patch) | |
tree | fc4dc0f738271ea72e38c5820bc6a682caabbeb0 /lang/icc7 | |
parent | 1955c91485e006d392dd746542a1cce3ec102cf0 (diff) | |
download | FreeBSD-ports-d5ad8301dfe116d372d7aefd4149f64a7c2f83f5.zip FreeBSD-ports-d5ad8301dfe116d372d7aefd4149f64a7c2f83f5.tar.gz |
Add another download location.
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 af44cd1..d0c2077 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/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: |