diff options
author | netchild <netchild@FreeBSD.org> | 2003-06-16 01:57:26 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-06-16 01:57:26 +0800 |
commit | eecc255bd515f91fa90f83d287d5b83fbbfcab18 (patch) | |
tree | ea3a2fe1e87bd80d93658773de108e5a9710d8b9 /lang/icc | |
parent | 425962657c5a3c7942bc8b42291f7ee216eecd9a (diff) | |
download | freebsd-ports-gnome-eecc255bd515f91fa90f83d287d5b83fbbfcab18.tar.gz freebsd-ports-gnome-eecc255bd515f91fa90f83d287d5b83fbbfcab18.tar.zst freebsd-ports-gnome-eecc255bd515f91fa90f83d287d5b83fbbfcab18.zip |
Fix the "make fetch" help string.
Noticed by: markm
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 3966ec7307f4..4b0d7842eb22 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -46,7 +46,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= "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" .endif .if exists(${LINUXBASE}/boot/kernel.h) || \ |