diff options
author | netchild <netchild@FreeBSD.org> | 2002-04-23 16:48:56 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-04-23 16:48:56 +0000 |
commit | 2b45c6fc5fa333b5a1262ee0b6737238f162e270 (patch) | |
tree | da474a39f0b5a6db2d07f89d35225d61c0be7852 /lang/icc | |
parent | aa1757644282ba206f9cc685fa66193c51f3e2f1 (diff) | |
download | FreeBSD-ports-2b45c6fc5fa333b5a1262ee0b6737238f162e270.zip FreeBSD-ports-2b45c6fc5fa333b5a1262ee0b6737238f162e270.tar.gz |
Unbreak for 4.x.
Approved by: steve
Noticed by: murray
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 35b53e0..ebeaba4 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -34,7 +34,7 @@ NO_FILTER_SHLIBS= yes ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//' .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES} (e.g. http://www.intel.com/software/products/compilers/c50/linux/noncom.htm), put it into ${DISTDIR} and run make again. WARNING: this will lead to a mixed up installation if you already use the default linux emulation. This port uses the linux_base-7 port instead of the default linux_base port" +IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, e.g. from http://www.intel.com/software/products/compilers/c50/linux/noncom.htm. Put it into ${DISTDIR} and run make again. WARNING: this will lead to a mixed up installation if you already use the default linux emulation. This port uses the linux_base-7 port instead of the default linux_base port" .endif post-extract: |