diff options
Diffstat (limited to 'homebrew/httpload/.make.sh-auto')
-rw-r--r-- | homebrew/httpload/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/httpload/.make.sh-auto b/homebrew/httpload/.make.sh-auto new file mode 100644 index 000000000..655c42b31 --- /dev/null +++ b/homebrew/httpload/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +bin.mkpath +man1.mkpath +args = %W[BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man1} CC=#{ENV.cc} SSL_TREE=#{Formula["openssl"].opt_prefix} ] +inreplace "Makefile", "#SSL_", "SSL_" +make DESTDIR=${PKG_DEST} install *args |