On Thu, 31 Jul 2008, Andreas Kahari wrote: > Hi list, > > I noticed that the devel/nspr port (CURRENT) requires root to build. > It won't build with SUDO=sudo. Also, it installs header files readable > only by root and the wheel group, which means that ports depending on > it also needs to build as root (SUDO=sudo won't work).
As a side note, always use SUDO=sudo -E -- Antoine