diff options
Diffstat (limited to 'homebrew/passwdqc/.make.sh-auto')
-rw-r--r-- | homebrew/passwdqc/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/passwdqc/.make.sh-auto b/homebrew/passwdqc/.make.sh-auto new file mode 100644 index 000000000..79b361c43 --- /dev/null +++ b/homebrew/passwdqc/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +args = %W[BINDIR=#{bin} CC=#{ENV.cc} CONFDIR=#{etc} DEVEL_LIBDIR=#{lib} INCLUDEDIR=#{include} MANDIR=#{man} PREFIX=#{prefix} SECUREDIR_DARWIN=#{prefix}/pam SHARED_LIBDIR=#{lib} ] +make *args +make DESTDIR=${PKG_DEST} install *args |