diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:50:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:50:09 +0000 |
commit | a58129d3de9c98ef3845e22d350633da5e5e4a75 (patch) | |
tree | 038d6538fe46249bbc84ced49277b4c98c59a3db /lang/compaq-cc | |
parent | 34171d18e7d15518b0d4be05014647ae496a03b1 (diff) | |
download | ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.tar.gz ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.zip |
Notes
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r-- | lang/compaq-cc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index f3addb27622c..d2f520ae6377 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -46,10 +46,10 @@ USE_LINUX= yes do-install: @if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \ - ${ECHO} 'AlphaLinux mode is not enabled.\ + ${ECHO_MSG} 'AlphaLinux mode is not enabled.\ Loading AlphaLinux kernel module...' | fmt; \ kldload linux || { \ - ${ECHO} 'The AlphaLinux kernel module could not be loaded.\ + ${ECHO_MSG} 'The AlphaLinux kernel module could not be loaded.\ Please manually load the module and retry.\ See "man linux" for details.' | fmt; \ ${FALSE}; \ |