diff options
Diffstat (limited to 'homebrew/fileformula/.make.sh-auto')
-rw-r--r-- | homebrew/fileformula/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/fileformula/.make.sh-auto b/homebrew/fileformula/.make.sh-auto new file mode 100644 index 000000000..8d4e4a0af --- /dev/null +++ b/homebrew/fileformula/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.prepend "LDFLAGS", "-L#{Formula["libmagic"].opt_lib} -lmagic" +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install-exec +make -C doc DESTDIR=${PKG_DEST} install-man1 +rm_r lib |