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 | a89fef03478b14e6f272b40e259f36146c79ecf7 (patch) | |
tree | 3cc43bc496f7033861c4419915e1b4e6969c3525 /x11 | |
parent | b7e08ec2873ae5aa3e493f7bf5cdc36caebb8d46 (diff) | |
download | pkgsrc-a89fef03478b14e6f272b40e259f36146c79ecf7.tar.gz |
Set permission of man directories correctly. Approved by wiz@.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 539b8a0d5bf..017d516468d 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/01/20 12:28:27 agc Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/07 17:37:24 minskim Exp $ DISTNAME= tk8.3.4 PKGNAME= tk-8.3.4 @@ -51,9 +51,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} ${RM} -f ${PREFIX}/bin/wish cd ${PREFIX}/bin && ${LN} -s wish8.3 wish ${INSTALL_DATA_DIR} ${PREFIX}/include/tk |