diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-10 02:16:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-10 02:16:21 +0000 |
commit | 3b4d8de31ddab7936d17be92f4e3b2ca120c4edd (patch) | |
tree | 9611dcb72efeab1eb78126d3e08778d6b41bea4a | |
parent | 872f0752b793974d1b4dcdcfc58377fdfd984ea4 (diff) | |
download | ports-3b4d8de31ddab7936d17be92f4e3b2ca120c4edd.tar.gz ports-3b4d8de31ddab7936d17be92f4e3b2ca120c4edd.zip |
Notes
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 |
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 |