aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-12-27 03:20:45 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-12-27 03:20:45 +0800
commit80fe51772d7eecd78d6184c0f1edb6f8f33d2952 (patch)
treeb02d7b3442b9cbac0ee3c24a7afa8bf4bf8ac3b2 /devel/ccache
parentf32565fb5ed38bafe2edb8fa3eb6eaaa06e5a42d (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--devel/ccache/files/pkg-message-clang4
-rw-r--r--devel/ccache/pkg-plist4
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%%