diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-05-14 08:25:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-05-14 08:25:29 +0000 |
commit | 379692058453c3f6290eb989556848ea8f5aeaad (patch) | |
tree | 8889eda200ecc19c8bccb49397d2d0310ca9ee4f /lang/icc | |
parent | 45930064e81836aae2a16489537606b061e59cf2 (diff) | |
download | ports-379692058453c3f6290eb989556848ea8f5aeaad.tar.gz ports-379692058453c3f6290eb989556848ea8f5aeaad.zip |
Corrections to some paths in descriptive messages, no need to bump the
port revision.
Submitted by: marius@alchemy.franken.de
Notes
Notes:
svn path=/head/; revision=59070
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | lang/icc/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 630e2e1cdce3..c817d3a6f85d 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 406216645fd8..ef327bfdf888 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 |