freebsd-ports/devel/ccache/pkg-plist
Emanuel Haupt b12cd5c9de Improve grammar and use @dirrmtry
PR:		163615
Submitted by:	swills
Feature safe:	yes
2011-12-26 19:20:45 +00:00

11 lines
288 B
Plaintext

bin/ccache
bin/ccache-update-links
%%DATADIR%%/ccache.tar
%%CCLINKDIR%%/world/ccache
@dirrm %%DATADIR%%
@exec echo "Create compiler links..."
@exec %D/bin/ccache-update-links -v
@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
@dirrmtry %%CCLINKDIR%%/world
@dirrmtry %%CCLINKDIR%%