diff options
author | netchild <netchild@FreeBSD.org> | 2002-05-14 08:25:29 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-05-14 08:25:29 +0000 |
commit | e6479be96a9604e92735a70b0d9dbb2877f2488b (patch) | |
tree | fdfc985be053f56084bed59150988766ba4c00c5 /lang | |
parent | 6c3650d236d83199aa63681eafa36d019cdeede0 (diff) | |
download | FreeBSD-ports-e6479be96a9604e92735a70b0d9dbb2877f2488b.zip FreeBSD-ports-e6479be96a9604e92735a70b0d9dbb2877f2488b.tar.gz |
Corrections to some paths in descriptive messages, no need to bump the
port revision.
Submitted by: marius@alchemy.franken.de
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | lang/icc/pkg-descr | 2 | ||||
-rw-r--r-- | lang/icc7/Makefile | 2 | ||||
-rw-r--r-- | lang/icc7/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 630e2e1..c817d3a 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -83,7 +83,7 @@ do-install: post-install: @${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to" @${ECHO_CMD} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:" - @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add ${PREFIX}/intel/compiler60/bin" + @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add ${PREFIX}/intel/compiler60/ia32/bin" @${ECHO_CMD} "to your PATH." .include <bsd.port.post.mk> diff --git a/lang/icc/pkg-descr b/lang/icc/pkg-descr index 4062166..ef327bf 100644 --- a/lang/icc/pkg-descr +++ b/lang/icc/pkg-descr @@ -2,4 +2,4 @@ This is Intels C/C++ compiler, it is set up to produce native FreeBSD objects. This port is not able to produce native executables on its own, you need to use gcc to link the final binary. -WWW: http://www.intel.com/software/products/compilers/c50/linux +WWW: http://www.intel.com/software/products/compilers/c60l diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 630e2e1..c817d3a 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -83,7 +83,7 @@ do-install: post-install: @${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to" @${ECHO_CMD} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:" - @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add ${PREFIX}/intel/compiler60/bin" + @${ECHO_CMD} "${PREFIX}/intel/licenses) directory and add ${PREFIX}/intel/compiler60/ia32/bin" @${ECHO_CMD} "to your PATH." .include <bsd.port.post.mk> diff --git a/lang/icc7/pkg-descr b/lang/icc7/pkg-descr index 4062166..ef327bf 100644 --- a/lang/icc7/pkg-descr +++ b/lang/icc7/pkg-descr @@ -2,4 +2,4 @@ This is Intels C/C++ compiler, it is set up to produce native FreeBSD objects. This port is not able to produce native executables on its own, you need to use gcc to link the final binary. -WWW: http://www.intel.com/software/products/compilers/c50/linux +WWW: http://www.intel.com/software/products/compilers/c60l |