summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-12-10 02:16:21 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-12-10 02:16:21 +0000
commit3b4d8de31ddab7936d17be92f4e3b2ca120c4edd (patch)
tree9611dcb72efeab1eb78126d3e08778d6b41bea4a
parentI removed talkback.xpi from the list of distfiles for the interactive (diff)
Use chmod correctly.
Notes
Notes: svn path=/head/; revision=123607
-rw-r--r--www/linux-mozilla-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile
index 661d8780784a..5ec372643bb7 100644
--- a/www/linux-mozilla-devel/Makefile
+++ b/www/linux-mozilla-devel/Makefile
@@ -66,7 +66,7 @@ do-extract:
${MKDIR} ${WRKSRC}
.for i in ${DISTFILES}
${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC}
- ${CHMOD} -R a-w ${WRKSRC}
+ ${CHMOD} -R o-w ${WRKSRC}
${CHOWN} -R 0:0 ${WRKSRC}
.endfor