https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278764
--- Comment #2 from Yasuhiro Kimura <y...@freebsd.org> --- (In reply to Daniel Engberg from comment #1) Thanks for patch. +# We get these from other ports +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ + --exclude ${DISTNAME}/ext/win32* \ + --exclude ${DISTNAME}/lib/bundler* \ + --exclude ${DISTNAME}/libexec/bundler \ + --exclude ${DISTNAME}/man/erb.1 \ + --exclude ${DISTNAME}/man/irb.1 \ + --exclude ${DISTNAME}/man/ri.1 \ + --no-same-owner --no-same-permissions + Would you please explain why last two options are necessary? -- You are receiving this mail because: You are the assignee for the bug.