diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-07 17:37:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-07 17:37:24 +0000 |
commit | 4af4b873e43c2a2972b1edb9a36b98ae37f0024b (patch) | |
tree | 3cc43bc496f7033861c4419915e1b4e6969c3525 /lang/tcl | |
parent | 1d4a36e513ee3d2637c95643e67bc5f81525c39b (diff) | |
download | pkgsrc-4af4b873e43c2a2972b1edb9a36b98ae37f0024b.tar.gz |
Set permission of man directories correctly. Approved by wiz@.
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 6 |
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 |