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.
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/tcl/8.4/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 8 Jan 2006 13:08:01 -0000 1.14
+++ Makefile 29 Sep 2006 14:54:24 -0000
@@ -6,7 +6,7 @@ COMMENT= "Tool Command Language"
VERSION= 8.4.7
DISTNAME= tcl${VERSION}-src
-PKGNAME= tcl-${VERSION}p1
+PKGNAME= tcl-${VERSION}p2
SHARED_LIBS= tcl84 1.0
CATEGORIES= lang lang/tcl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -48,7 +48,7 @@ pre-regress:
post-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/share/aclocal
- cp ${WRKSRC}/tcl.m4 ${PREFIX}/share/aclocal
+ ${INSTALL_DATA} ${WRKSRC}/tcl.m4 ${PREFIX}/share/aclocal
ranlib ${PREFIX}/lib/libtcl84.a
.include <bsd.port.mk>