diff options
Diffstat (limited to 'homebrew/genstats/.make.sh-auto')
-rw-r--r-- | homebrew/genstats/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/genstats/.make.sh-auto b/homebrew/genstats/.make.sh-auto new file mode 100644 index 000000000..87cbf500c --- /dev/null +++ b/homebrew/genstats/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +inreplace "br.cpp", /if \(_XOPEN_VERSION >= 600\)/, "if (_XOPEN_VERSION >= 600) && !__APPLE__" +make +bin.install "genstats" +man.install "genstats.1" |