diff options
Diffstat (limited to 'homebrew/bsdsfv/.make.sh-auto')
-rw-r--r-- | homebrew/bsdsfv/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/bsdsfv/.make.sh-auto b/homebrew/bsdsfv/.make.sh-auto new file mode 100644 index 000000000..764716fb5 --- /dev/null +++ b/homebrew/bsdsfv/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +bin.mkpath +inreplace "Makefile" do |s| +s.change_make_var! "INSTALL_PREFIX", prefix +s.change_make_var! "INDENT", "indent" +s.gsub! " ${INSTALL_PROGRAM} bsdsfv ${INSTALL_PREFIX}/bin", " ${INSTALL_PROGRAM} bsdsfv #{bin}/" |