$NetBSD: patch-tools_clang-format_CMakeLists.txt,v 1.2 2016/11/14 20:15:33 ryoon Exp $

git-clang-format is a git integration for clang-format,
written in python. It could be moved to a separate package
to avoid a python runtime dependency here, but for now I just opted
to move it to share/clang and skip the interpreter check.

--- tools/clang-format/CMakeLists.txt.orig	2016-02-23 20:33:15.000000000 +0000
+++ tools/clang-format/CMakeLists.txt
@@ -35,5 +35,5 @@ install(PROGRAMS clang-format.py
   DESTINATION share/clang
   COMPONENT clang-format)
 install(PROGRAMS git-clang-format
-  DESTINATION bin
+  DESTINATION share/clang
   COMPONENT clang-format)
