diff options
Diffstat (limited to 'homebrew/psutils/.make.sh-auto')
-rw-r--r-- | homebrew/psutils/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/psutils/.make.sh-auto b/homebrew/psutils/.make.sh-auto new file mode 100644 index 000000000..22aa8c8c7 --- /dev/null +++ b/homebrew/psutils/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +man1.mkpath +make -f Makefile.unix PERL=/usr/bin/perl BINDIR=#{bin} INCLUDEDIR=${PKG_TAPF}/share MANDIR=#{man1} DESTDIR=${PKG_DEST} install |