diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-26 19:20:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-26 19:20:45 +0000 |
commit | b12cd5c9deeb4c04bad09995943f7838046fd17f (patch) | |
tree | 538a444f5560ba22bd364c863531735b9098cb16 /devel/ccache | |
parent | f6ecfc9f1949429849937890e205a6924d1d4d7e (diff) |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 2 | ||||
-rw-r--r-- | devel/ccache/files/pkg-message-clang | 4 | ||||
-rw-r--r-- | devel/ccache/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 2f3fe7d0c944..de318147b254 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -80,7 +80,7 @@ do-install: .endif post-install: - @${ECHO_CMD} "Create compiler links..." + @${ECHO_CMD} "Creating compiler links..." @${PREFIX}/bin/ccache-update-links -v @${CAT} ${PKGMESSAGE} .if defined(WITH_CLANGLINK) diff --git a/devel/ccache/files/pkg-message-clang b/devel/ccache/files/pkg-message-clang index 803bbaa17d12..90ef31730a49 100644 --- a/devel/ccache/files/pkg-message-clang +++ b/devel/ccache/files/pkg-message-clang @@ -1,5 +1,5 @@ -You've chosen to create symlinks to clang compiler binaries if they exist. -While it's known to be save to build world with clang/ccache, is not fully +You've chosen to create symlinks to the clang compiler binaries if they exist. +While it's known to be safe to build world with clang/ccache, is not fully supported yet. You have been warned. See: diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist index 0a4a7bab8703..7c84eafc90c6 100644 --- a/devel/ccache/pkg-plist +++ b/devel/ccache/pkg-plist @@ -6,5 +6,5 @@ bin/ccache-update-links @exec echo "Create compiler links..." @exec %D/bin/ccache-update-links -v @unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; -@unexec rmdir %D/%%CCLINKDIR%%/world -@unexec rmdir %D/%%CCLINKDIR%% +@dirrmtry %%CCLINKDIR%%/world +@dirrmtry %%CCLINKDIR%% |