INSTALL_DATA instead of cp to ensure correct file modes.

from deanna@sdf.lonestar.org
This commit is contained in:
steven 2006-09-29 22:10:53 +00:00
parent 56aa31b1ac
commit fc18d1e35e

View File

@ -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 <bsd.port.mk>