> On Apr 12, 2016, at 20:02, Bryan Drewery <bdrew...@freebsd.org> wrote: > >> On 4/12/2016 8:00 PM, Steve Wills wrote: >>> On 04/12/16 09:59 PM, Ian Lepore wrote: >>> >>> More succinctly: >>> >>> .if empty(SVN) >>> SVN!= which svn || which svnlite >>> .endif >> >> Fair enough, that's basically the intent. I think we like to avoid !=, >> at least in ports, and I wanted the logic between src and ports to match >> in this case. > > Yeah, please avoid != where possible. > > If you switch to this then also add .export SVN after the SVN!= line. > > I somewhat like this version more though since /usr/local/bin may not be > in the PATH.
Plus it's not set in PATH probably in this portion of the build... _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"