freebsd-ports/devel/ccache/pkg-plist
Bryan Drewery 7f989f1234 - MEMCACHED with no DOCS: Remove dependency on asciidoc which is required
for ccache.1 to be generated due to being a development branch.
2018-10-03 20:21:30 +00:00

8 lines
276 B
Text

bin/ccache
bin/ccache-update-links
%%NO_MEMCACHED%%man/man1/ccache.1.gz
%%CCLINKDIR%%/world/ccache
%%TINDERBOX%%%%DATADIR%%/ccache.tar
@postexec echo "Create compiler links..."
@postexec %D/bin/ccache-update-links -v
@preunexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;