diff options
Diffstat (limited to 'homebrew/groff/.make.sh-auto')
-rw-r--r-- | homebrew/groff/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/groff/.make.sh-auto b/homebrew/groff/.make.sh-auto new file mode 100644 index 000000000..a20be6966 --- /dev/null +++ b/homebrew/groff/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --without-x +make +make DESTDIR=${PKG_DEST} install |