diff options
author | netchild <netchild@FreeBSD.org> | 2002-07-02 01:25:31 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-07-02 01:25:31 +0800 |
commit | d5ad8301dfe116d372d7aefd4149f64a7c2f83f5 (patch) | |
tree | fc4dc0f738271ea72e38c5820bc6a682caabbeb0 /lang | |
parent | 1955c91485e006d392dd746542a1cce3ec102cf0 (diff) | |
download | freebsd-ports-gnome-d5ad8301dfe116d372d7aefd4149f64a7c2f83f5.tar.gz freebsd-ports-gnome-d5ad8301dfe116d372d7aefd4149f64a7c2f83f5.tar.zst freebsd-ports-gnome-d5ad8301dfe116d372d7aefd4149f64a7c2f83f5.zip |
Add another download location.
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 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: diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index af44cd1f61ee..d0c207767087 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: |