There are #!/bin/rc files installed by e.g. go:
Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/all.rc' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/clean.rc' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/make.rc' Error: '/bin/rc' is an invalid shebang you need USES=shebangfix for 'go/src/run.rc'
I'm not sure if these are usable on FreeBSD at all. We could add a shebangfix for them to use ${LOCALBASE}/bin/rc or whitelist them in qa.sh, and for now let's go the latter way.