1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
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

9 lines
276 B
Plaintext

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 {} \;