diff options
author | netchild <netchild@FreeBSD.org> | 2002-09-20 20:58:57 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-09-20 20:58:57 +0800 |
commit | 47dab55a86d8c8e832c6fbdcd66d935529dc107a (patch) | |
tree | 92b34e6f3e30e3684c05fbcac714d5a533494cd7 /lang/icc7 | |
parent | 61c2bbb7cee68bc642ebfa0c31d380f111e03893 (diff) | |
download | freebsd-ports-gnome-47dab55a86d8c8e832c6fbdcd66d935529dc107a.tar.gz freebsd-ports-gnome-47dab55a86d8c8e832c6fbdcd66d935529dc107a.tar.zst freebsd-ports-gnome-47dab55a86d8c8e832c6fbdcd66d935529dc107a.zip |
Add another possible download site (it isn't guaranteed that te file is
available from there).
Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de>
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 b73173d6d135..9856205dfa47 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -37,7 +37,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\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again." .endif post-extract: |