diff options
Diffstat (limited to 'homebrew/star/.make.sh-auto')
-rw-r--r-- | homebrew/star/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/star/.make.sh-auto b/homebrew/star/.make.sh-auto new file mode 100644 index 000000000..16c55ed71 --- /dev/null +++ b/homebrew/star/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +ENV.deparallelize +smake GMAKE_NOWARN=true INS_BASE=${PKG_TAPF} INS_RBASE=${PKG_TAPF} DESTDIR=${PKG_DEST} install +(bin+"gnutar").unlink +(bin+"tar").unlink +(man1+"gnutar.1").unlink +lib.rmtree +include.rmtree +%w[makefiles makerules].each { |f| (man5/"#{f}.5").unlink } |