summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-09 23:19:27 +0000
committerminskim <minskim>2004-02-09 23:19:27 +0000
commit2e031d897e313b5f92b62e39c31f3edf0d2c7b8c (patch)
tree2676f1e194bf30ede40f1faf7fb83cb105b214a9 /lang/tcl
parent958e11458426b5af4585b767439c684e5c16fc4a (diff)
downloadpkgsrc-2e031d897e313b5f92b62e39c31f3edf0d2c7b8c.tar.gz
Remove a temporary directory created at post-install, so that a
non-root user can 'make clean'. Approved by wiz@.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index dec90adb0a9..30495421db6 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/02/07 17:37:24 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/09 23:19:27 minskim Exp $
#
DISTNAME= tcl8.3.4
@@ -79,6 +79,7 @@ pre-install:
post-install:
cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX}
+ ${RM} -rf ${WRKDIR}/man
cd ${PREFIX}/bin && ${LN} -s tclsh8.3 tclsh
${INSTALL_DATA_DIR} ${PREFIX}/include/tcl
${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix