summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-20 18:04:04 +0000
committerjlam <jlam@pkgsrc.org>2002-03-20 18:04:04 +0000
commit81dbd3c75a58e1ea3d691533898cad20f6f2ec2c (patch)
tree07de06b13bb3a8857a4a71b7dd8519abe2355671 /lang/tcl
parentfc477d50abcf0d7e915bdb094667f3cc0de0d243 (diff)
downloadpkgsrc-81dbd3c75a58e1ea3d691533898cad20f6f2ec2c.tar.gz
Touch a few files that are modified as part of post-build so that they're
not rebuilt at install-time.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 22d671a4e6f..24c55fd9bfc 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/12/23 17:02:30 bjoern Exp $
+# $NetBSD: Makefile,v 1.15 2002/03/20 18:04:04 jlam Exp $
#
DISTNAME= tcl8.3.4
@@ -54,6 +54,13 @@ post-patch:
${RM} -f mkLinks.tmp; \
${CHMOD} +x mkLinks;
+pre-install:
+ cd ${WRKSRC}; for file in \
+ tclUnixInit.o libtcl83.so tclsh; \
+ do \
+ ${TOUCH} $${file}; \
+ done
+
post-install:
${CHMOD} -R ugo-w ${WRKDIR}/man
cd ${WRKDIR}; ${PAX} -rw man ${PREFIX}