diff options
author | netchild <netchild@FreeBSD.org> | 2002-04-24 00:48:56 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-04-24 00:48:56 +0800 |
commit | 2b45c6fc5fa333b5a1262ee0b6737238f162e270 (patch) | |
tree | da474a39f0b5a6db2d07f89d35225d61c0be7852 | |
parent | aa1757644282ba206f9cc685fa66193c51f3e2f1 (diff) | |
download | freebsd-ports-graphics-2b45c6fc5fa333b5a1262ee0b6737238f162e270.tar.gz freebsd-ports-graphics-2b45c6fc5fa333b5a1262ee0b6737238f162e270.tar.zst freebsd-ports-graphics-2b45c6fc5fa333b5a1262ee0b6737238f162e270.zip |
Unbreak for 4.x.
Approved by: steve
Noticed by: murray
-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 35b53e0fea6..ebeaba404a8 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: diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 35b53e0fea6..ebeaba404a8 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/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: |