1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/ccache/pkg-plist
Bryan Drewery fa0cc5afdf - Convert to staging
- 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
2013-10-10 00:32:10 +00:00

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%%