diff options
Diffstat (limited to 'homebrew/pipemeter/.make.sh-auto')
-rw-r--r-- | homebrew/pipemeter/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/pipemeter/.make.sh-auto b/homebrew/pipemeter/.make.sh-auto new file mode 100644 index 000000000..d3afec5fa --- /dev/null +++ b/homebrew/pipemeter/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure +inreplace "Makefile", "$(PREFIX)/man/man1", man1 +bin.mkpath +man1.mkpath +make DESTDIR=${PKG_DEST} install |