diff options
Diffstat (limited to 'homebrew/xmlto/.make.sh-auto')
-rw-r--r-- | homebrew/xmlto/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/xmlto/.make.sh-auto b/homebrew/xmlto/.make.sh-auto new file mode 100644 index 000000000..614cfc7c1 --- /dev/null +++ b/homebrew/xmlto/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV["GETOPT"] = Formula["gnu-getopt"].opt_bin/"getopt" +ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" +ENV.deparallelize +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install |