mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
fa0cc5afdf
- Update howto with a safer example - Update howto with note on using WITH_CCACHE_BUILD for ports - Add TINDERBOX option and fix install/plist for when it is not enabled
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
bin/ccache
|
|
bin/ccache-update-links
|
|
man/man1/ccache.1.gz
|
|
%%CCLINKDIR%%/world/ccache
|
|
%%TINDERBOX%%%%DATADIR%%/ccache.tar
|
|
%%TINDERBOX%%@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%%
|