https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236447
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #202770|maintainer-approval?(gecko@ |maintainer-approval+ Flags|FreeBSD.org) | --- Comment #2 from Jan Beich <[email protected]> --- Comment on attachment 202770 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202770 firefox.diff This file predates www/firefox. I'm not even sure why it's required. However, rmdir lines were added in ports r400042, so this change looks reasonable. > +rmdir ${MOZDIR}/chrome > /dev/null 2>&1 > +rmdir ${MOZDIR} > /dev/null 2>&1 rmdir(1) doesn't print to stdout unless -v flag is specified, so 2>/dev/null would've been enough. Doesn't matter either way. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
