diff options
Diffstat (limited to 'homebrew/pmccabe/.make.sh-auto')
-rw-r--r-- | homebrew/pmccabe/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/pmccabe/.make.sh-auto b/homebrew/pmccabe/.make.sh-auto new file mode 100644 index 000000000..a3c91eb43 --- /dev/null +++ b/homebrew/pmccabe/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV.append_to_cflags "-D__unix" +make +bin.install "pmccabe", "codechanges", "decomment", "vifn" +man1.install Dir["*.1"] |