pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tla Honor PKGDIRMODE and SHAREMODE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b6eecb175db
branches: trunk
changeset: 491893:9b6eecb175db
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Mar 31 19:33:01 2005 +0000
description:
Honor PKGDIRMODE and SHAREMODE.
diffstat:
devel/tla/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 04a2f73973a6 -r 9b6eecb175db devel/tla/Makefile
--- a/devel/tla/Makefile Thu Mar 31 19:19:00 2005 +0000
+++ b/devel/tla/Makefile Thu Mar 31 19:33:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/03/21 23:49:48 recht Exp $
+# $NetBSD: Makefile,v 1.15 2005/03/31 19:33:01 minskim Exp $
#
DISTNAME= tla-1.3.1
@@ -39,6 +39,7 @@
cd ${WRKDIR}/${DISTNAME}/src/docs-tla/html && \
${PAX} -s ',.*/\.arch-ids.*,,' -rwppm . ${HTMLDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HTMLDIR}
- ${CHMOD} -R ugo-w ${HTMLDIR}
+ ${FIND} ${SMDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+ ${FIND} ${SMDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index