diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/files/pkg-message.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/ccache/files/pkg-message.in b/devel/ccache/files/pkg-message.in index b9e1ca341d9d..175d6128bdc2 100644 --- a/devel/ccache/files/pkg-message.in +++ b/devel/ccache/files/pkg-message.in @@ -1,7 +1,3 @@ -Ccache has installed links for the following compilers -%%CCACHE_COMPILERS%% -in %%PREFIX%%/%%CCLINKDIR%% - To use ccache add the following to /etc/make.conf .if !defined(NOCCACHE) @@ -16,5 +12,9 @@ To use ccache with ports that use USE_GCC add %%PREFIX%%/%%CCLINKDIR%% to your PATH and make sure it is before %%LOCALBASE%%/bin -Please make sure you have the compiler installed -before you do this or it will not work!! +Ccache has installed links for the following compilers +%%CCACHE_COMPILERS%% +in %%PREFIX%%/%%CCLINKDIR%% + +Please make sure you have the compiler installed before you do this or your +build will fail because it will not be able to find the compiler. |