summaryrefslogtreecommitdiff
path: root/homebrew/star/.make.sh-auto
blob: 16c55ed719088d132e920d75d8128b5967a01b64 (plain)
1
2
3
4
5
6
7
8
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 }