summaryrefslogtreecommitdiff
path: root/homebrew/nagiosplugins/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nagiosplugins/.make.sh-auto')
-rw-r--r--homebrew/nagiosplugins/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/nagiosplugins/.make.sh-auto b/homebrew/nagiosplugins/.make.sh-auto
new file mode 100644
index 000000000..9843c3870
--- /dev/null
+++ b/homebrew/nagiosplugins/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = %W[--disable-dependency-tracking --prefix=#{libexec} --libexecdir=#{libexec}/sbin --with-openssl=#{Formula["openssl"].opt_prefix} ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install
+sbin.write_exec_script Dir["#{libexec}/sbin/*"]