pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Set permission of man directories correctly. Approved...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ade6b05fd871
branches: trunk
changeset: 467873:ade6b05fd871
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 07 17:37:24 2004 +0000
description:
Set permission of man directories correctly. Approved by wiz@.
diffstat:
lang/tcl/Makefile | 6 ++----
x11/tk/Makefile | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r fc0c8c9c7cec -r ade6b05fd871 lang/tcl/Makefile
--- a/lang/tcl/Makefile Sat Feb 07 17:21:46 2004 +0000
+++ b/lang/tcl/Makefile Sat Feb 07 17:37:24 2004 +0000
@@ -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 @@
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
diff -r fc0c8c9c7cec -r ade6b05fd871 x11/tk/Makefile
--- a/x11/tk/Makefile Sat Feb 07 17:21:46 2004 +0000
+++ b/x11/tk/Makefile Sat Feb 07 17:37:24 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index