summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
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}