summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-07 17:37:24 +0000
committerminskim <minskim>2004-02-07 17:37:24 +0000
commit3aecf97e36467739a8e9b4908d564177ab4143df (patch)
tree3cc43bc496f7033861c4419915e1b4e6969c3525 /lang/tcl
parent8d9712d1f1c4885358470e72b95d37053e437839 (diff)
downloadpkgsrc-3aecf97e36467739a8e9b4908d564177ab4143df.tar.gz
Set permission of man directories correctly. Approved by wiz@.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index f0bae6b8128..dec90adb0a9 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/20 12:19:18 agc Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/07 17:37:24 minskim Exp $
#
DISTNAME= tcl8.3.4
@@ -78,9 +78,7 @@ pre-install:
done
post-install:
- ${CHMOD} -R ugo-w ${WRKDIR}/man
- cd ${WRKDIR} && ${PAX} -rw man ${PREFIX}
- ${CHMOD} -R ug+rw ${WRKDIR}/man
+ cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX}
cd ${PREFIX}/bin && ${LN} -s tclsh8.3 tclsh
${INSTALL_DATA_DIR} ${PREFIX}/include/tcl
${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix