diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-03-29 22:15:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-03-29 22:15:37 +0800 |
commit | f716d496f83373a6fcc0149f55149afe2066b6dd (patch) | |
tree | 3cf4020de840605614f32b14116cd22a410ab619 | |
parent | b69a3d211ffb82a6d16dc7752b7d5fcd44252ceb (diff) | |
download | freebsd-ports-gnome-f716d496f83373a6fcc0149f55149afe2066b6dd.tar.gz freebsd-ports-gnome-f716d496f83373a6fcc0149f55149afe2066b6dd.tar.zst freebsd-ports-gnome-f716d496f83373a6fcc0149f55149afe2066b6dd.zip |
Add pkg-plist
-rw-r--r-- | devel/ccache/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist new file mode 100644 index 000000000000..8020ba83ba44 --- /dev/null +++ b/devel/ccache/pkg-plist @@ -0,0 +1,8 @@ +bin/ccache +bin/ccache-update-links +%%CCLINKDIR%%/world/ccache +@exec echo "Create compiler links..." +@exec %D/bin/ccache-update-links -v +@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \; +@unexec rmdir %D/%%CCLINKDIR%%/world +@unexec rmdir %D/%%CCLINKDIR%% |