On Tue, Mar 25, 2014 at 09:36:37AM -0400, Steven Kreuzer wrote: > On Fri, Mar 14, 2014 at 1:08 PM, Steven Kreuzer <[email protected]> wrote: > > Hi All- > > > > I am in the process of cleaning up sysutils/DTraceToolkit and I would > > like to make use of USES=shebangfix > > > > However, it looks like on solaris, sh is /usr/bin/sh so I would like > > to propose the following change: > > > > http://people.freebsd.org/~skreuzer/patches/shebang.patch > > Can someone from portmgr chime in on this? I would like to get it committed so > I can commit some changes to sysutils/DTraceToolkit > > Thanks
How many ports are concerned?
if just one there is no need to add this into shebangfix.mk
just do it in the DTraceToolkit port:
USES= shebangfix
sh_OLD_CMD= /usr/bin/sh
sh_CMD= ${SH}
SHEBANG_LANG sh
regards,
Bapt
pgpDMaQ0JqCC9.pgp
Description: PGP signature
