summaryrefslogtreecommitdiff
path: root/homebrew/fq/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fq/.make.sh-auto')
-rw-r--r--homebrew/fq/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/fq/.make.sh-auto b/homebrew/fq/.make.sh-auto
new file mode 100644
index 000000000..2e2c293bb
--- /dev/null
+++ b/homebrew/fq/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "Makefile", "/usr/lib/dtrace", "#{lib}/dtrace"
+make PREFIX=${PKG_TAPF}
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
+bin.install "fqc", "fq_sndr", "fq_rcvr"