pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tk-tclX Use PKGDIRMODE and DOCMODE instead of 555...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2174ec350fa1
branches: trunk
changeset: 486762:2174ec350fa1
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jan 02 20:19:06 2005 +0000
description:
Use PKGDIRMODE and DOCMODE instead of 555 and 444, respectively.
Bump PKGREVISION because the default value of PKGDIRMODE is 755, which
is different from 555.
diffstat:
lang/tk-tclX/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 12329e6778c3 -r 2174ec350fa1 lang/tk-tclX/Makefile
--- a/lang/tk-tclX/Makefile Sun Jan 02 20:15:10 2005 +0000
+++ b/lang/tk-tclX/Makefile Sun Jan 02 20:19:06 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2004/11/26 18:09:04 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2005/01/02 20:19:06 minskim Exp $
#
DISTNAME= tclx8.3.5-src
PKGNAME= tk-tclX-8.3.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang tcl tk
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tclx/}
@@ -69,8 +69,8 @@
cd ${WRKSRC}/../tk/unix && ${MAKE_ENV} ${MAKE} buildhelp
post-install:
- ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type d -exec ${CHMOD} 555 '{}' \;
- ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type f -exec ${CHMOD} 444 '{}' \;
+ ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type d -exec ${CHMOD} ${PKGDIRMODE} '{}' \;
+ ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
# @${RM} ${PREFIX}/man/man3/TkX_Main.3
# @${RM} ${PREFIX}/man/man3/Tkx_Init.3
Home |
Main Index |
Thread Index |
Old Index