1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/ccache/pkg-plist

11 lines
302 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 {} \;
@unexec rmdir %D/%%CCLINKDIR%%/world
@unexec rmdir %D/%%CCLINKDIR%%