diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 03:20:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 03:20:45 +0800 |
commit | 80fe51772d7eecd78d6184c0f1edb6f8f33d2952 (patch) | |
tree | b02d7b3442b9cbac0ee3c24a7afa8bf4bf8ac3b2 /devel/ccache | |
parent | f32565fb5ed38bafe2edb8fa3eb6eaaa06e5a42d (diff) | |
download | freebsd-ports-gnome-80fe51772d7eecd78d6184c0f1edb6f8f33d2952.tar.gz freebsd-ports-gnome-80fe51772d7eecd78d6184c0f1edb6f8f33d2952.tar.zst freebsd-ports-gnome-80fe51772d7eecd78d6184c0f1edb6f8f33d2952.zip |
Improve grammar and use @dirrmtry
PR: 163615
Submitted by: swills
Feature safe: yes
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%% |