summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorjlam <jlam>2002-03-20 18:04:04 +0000
committerjlam <jlam>2002-03-20 18:04:04 +0000
commitfc85b006f6724a8912cd2026a64c6c67d4c0b6ed (patch)
tree07de06b13bb3a8857a4a71b7dd8519abe2355671 /lang/tcl
parent460796e84e77e1a91c5f5ae03d75897f3ffdb2eb (diff)
downloadpkgsrc-fc85b006f6724a8912cd2026a64c6c67d4c0b6ed.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}