From fc18d1e35ed0c02bbf2fceb083678544022b0467 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 29 Sep 2006 22:10:53 +0000 Subject: [PATCH] INSTALL_DATA instead of cp to ensure correct file modes. from deanna@sdf.lonestar.org --- lang/tcl/8.4/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/tcl/8.4/Makefile b/lang/tcl/8.4/Makefile index ef12fbd333e..5cf59158c2c 100644 --- a/lang/tcl/8.4/Makefile +++ b/lang/tcl/8.4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/01/08 13:08:01 alek Exp $ +# $OpenBSD: Makefile,v 1.15 2006/09/29 22:10:53 steven Exp $ # Uses pthreads (can but does not at the moment) COMMENT= "Tool Command Language" @@ -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