summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorghen <ghen>2007-03-31 22:51:24 +0000
committerghen <ghen>2007-03-31 22:51:24 +0000
commitdceea1e566311db13fc39318e18852769de649d9 (patch)
tree77a39c0b613455af289c945d41f2afe43b3783cc /www/firefox
parentf2c7b957e032cb681de40cc1370e12c17700bf3a (diff)
downloadpkgsrc-dceea1e566311db13fc39318e18852769de649d9.tar.gz
chmod u+w all files under lib/${MOZILLA}/defaults in post-install phase for
firefox and seamonkey to make user profiles writable. Bump PKGREVISION for firefox2(-gtk1) and seamonkey(-gtk1). Fixes PR#35596.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common
index 08ec7dda113..ec1a7e97a14 100644
--- a/www/firefox/Makefile.common
+++ b/www/firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2007/03/07 21:32:54 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.18 2007/03/31 22:51:24 ghen Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -200,6 +200,9 @@ pre-install:
do-install:
${SETENV} ${SCRIPTS_ENV} DESTDIR=${DESTDIR} ${SH} ${FILESDIR:Q}/moz-install
+post-install:
+ ${FIND} ${PREFIX}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
+
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")