summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-03-31 22:51:24 +0000
committerghen <ghen@pkgsrc.org>2007-03-31 22:51:24 +0000
commit0ece3c9108b138456226c96ac92e340261feea81 (patch)
tree77a39c0b613455af289c945d41f2afe43b3783cc /www/seamonkey
parentcfbe65b456a3e296bf279f57bb28fca5bd991936 (diff)
downloadpkgsrc-0ece3c9108b138456226c96ac92e340261feea81.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/seamonkey')
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey/Makefile.common5
2 files changed, 6 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index c225ef998c6..615009cb06a 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/03/07 21:32:55 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.21 2007/03/31 22:51:24 ghen Exp $
MOZILLA= seamonkey
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Full featured gecko-based browser
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 63ee6818d13..664c026802c 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2007/03/07 21:32:56 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.21 2007/03/31 22:51:24 ghen Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
@@ -204,6 +204,9 @@ pre-install:
do-install:
${SETENV} ${SCRIPTS_ENV} ${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")