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

11 lines
335 B
Text

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