On Fri, Sep 29, 2006 at 06:09:31PM +0200, steven mestdagh wrote: > Deanna Phillips [2006-09-29, 15:14:46]: > > > > Running aclocal -I macros ... > > > > [...] > > > > aclocal-1.9: cannot open /usr/local/share/aclocal/tcl.m4: Permission denied > > > > This seems to break things (including a few ports) that use > > autogen. > > not reproducible here (tcl-8.4.7p1).
[EMAIL PROTECTED] danh] $ cd /usr/ports/lang/tcl/8.4 [EMAIL PROTECTED] 8.4] $ umask 027 [EMAIL PROTECTED] 8.4] $ make install ... [EMAIL PROTECTED] 8.4] $ ll /usr/local/share/aclocal/tcl.m4 -rw-r----- 1 root bin 75925 Sep 29 12:24 /usr/local/share/aclocal/tcl.m4 cp adheres to whatever nonsense umask setting the package builder uses. INSTALL_DATA is much better as it provides the mode.