diff options
author | netchild <netchild@FreeBSD.org> | 2003-11-11 05:32:11 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-11-11 05:32:11 +0800 |
commit | 32ff84f61e47692d9a3d3dd0b564a75e445f2849 (patch) | |
tree | 0da2badc5379b845371cd16c88cab3b375d485ff /lang/icc | |
parent | 676231ff486e3ae2b7b7d88cf1894144b9a6ce75 (diff) | |
download | freebsd-ports-gnome-32ff84f61e47692d9a3d3dd0b564a75e445f2849.tar.gz freebsd-ports-gnome-32ff84f61e47692d9a3d3dd0b564a75e445f2849.tar.zst freebsd-ports-gnome-32ff84f61e47692d9a3d3dd0b564a75e445f2849.zip |
Add a paragraph about Intels support in the post-install message.
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 0844e7d4dace..c7fb741a3b8e 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -195,6 +195,11 @@ post-install: @${ECHO_CMD} "prefered scripting language), please include a description about the" @${ECHO_CMD} "benchmark too." @${ECHO_CMD} + @${ECHO_CMD} "Please use FreeBSD as the name of your OS in communications with the support," + @${ECHO_CMD} "the larger the FreeBSD userbase is, the more work gets done on FreeBSD" + @${ECHO_CMD} "specific issues by Intel. And please thank them for the FreeBSD support," + @${ECHO_CMD} "they are already spending some time to improve icc on FreeBSD." + @${ECHO_CMD} @${ECHO_CMD} "To read the entire post install message again, just run" @${ECHO_CMD} "'make post-install | less'." |