aboutsummaryrefslogtreecommitdiff
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
parent872f0752b793974d1b4dcdcfc58377fdfd984ea4 (diff)
downloadports-3b4d8de31ddab7936d17be92f4e3b2ca120c4edd.tar.gz
ports-3b4d8de31ddab7936d17be92f4e3b2ca120c4edd.zip
Notes
-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