Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/ccache/Makefile,v --- Makefile 24 Nov 2011 13:34:49 -0000 1.65 +++ Makefile 25 Dec 2011 20:28:03 -0000 @@ -80,7 +80,7 @@ .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) Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/ccache/pkg-plist,v --- pkg-plist 30 Mar 2011 15:43:16 -0000 1.4 +++ pkg-plist 25 Dec 2011 20:28:03 -0000 @@ -3,8 +3,8 @@ %%DATADIR%%/ccache.tar %%CCLINKDIR%%/world/ccache @dirrm %%DATADIR%% -@exec echo "Create compiler links..." +@exec echo "Creating 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%% Index: files/pkg-message-clang =================================================================== RCS file: /home/pcvs/ports/devel/ccache/files/pkg-message-clang,v --- files/pkg-message-clang 1 Oct 2011 21:49:28 -0000 1.1 +++ files/pkg-message-clang 25 Dec 2011 20:28:03 -0000 @@ -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: