diff options
author | netchild <netchild@FreeBSD.org> | 2003-10-11 18:59:45 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-10-11 18:59:45 +0800 |
commit | 214de9f5bd092ff6c3e681c9a7712f3605c03f98 (patch) | |
tree | b5984ddf8a9a189a2ef9938ccad94861cb78bd32 /lang/icc | |
parent | 3da571bcd0709396713d25bafc8b6a23959223a7 (diff) | |
download | freebsd-ports-gnome-214de9f5bd092ff6c3e681c9a7712f3605c03f98.tar.gz freebsd-ports-gnome-214de9f5bd092ff6c3e681c9a7712f3605c03f98.tar.zst freebsd-ports-gnome-214de9f5bd092ff6c3e681c9a7712f3605c03f98.zip |
Reword IGNORE text.
Suggested by: Intel Corporation
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 ee9461193b7f..538482709eff 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -47,7 +47,7 @@ CPIO?= /usr/bin/cpio OBJCOPY?= /usr/bin/objcopy .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}clin/noncom.htm or 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\; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). 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" +IGNORE= "Go to Intel Premier Support, https://premier.intel.com, to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again" .endif .if exists(${LINUXBASE}/boot/kernel.h) || \ |