summaryrefslogtreecommitdiff
path: root/homebrew/ledit/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ledit/.make.sh-auto')
-rw-r--r--homebrew/ledit/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ledit/.make.sh-auto b/homebrew/ledit/.make.sh-auto
new file mode 100644
index 000000000..76b045544
--- /dev/null
+++ b/homebrew/ledit/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.deparallelize
+args = %W[BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man}]
+make *args
+make DESTDIR=${PKG_DEST} install *args