From b52b96e820a812121ec669fc667e30c12407f14c Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 31 Mar 2007 22:51:24 +0000 Subject: 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. --- www/seamonkey/Makefile | 4 ++-- www/seamonkey/Makefile.common | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'www/seamonkey') 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") -- cgit v1.2.3