diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-08 10:13:02 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-08 10:13:02 +0000 |
commit | fdce0f391d3aac886493f3a8ffdd3916f430f43b (patch) | |
tree | 6852531a97661c2f54d431a9d448b3902b0ceb01 /mail/thunderbird | |
parent | 12ea0a382fcac363bb8730376e2c7d6e68103899 (diff) | |
download | pkgsrc-fdce0f391d3aac886493f3a8ffdd3916f430f43b.tar.gz |
Fix file permissions for default profile. Bump PKGREVISION.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7cea9d1f551..f5643c2d2bc 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2007/08/15 16:02:41 gdt Exp $ +# $NetBSD: Makefile,v 1.28 2007/10/08 10:13:02 ghen Exp $ MOZILLA= thunderbird +PKGREVISION= 1 COMMENT= Mozilla mail client MOZILLA_USE_GTK2= # yes diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common index 689e2eab853..3beec6a43b7 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-thunderbird.common,v 1.28 2007/08/02 08:48:29 ghen Exp $ +# $NetBSD: Makefile-thunderbird.common,v 1.29 2007/10/08 10:13:03 ghen Exp $ MOZILLA_BIN= thunderbird-bin MOZ_VER= 2.0.0.6 @@ -29,6 +29,7 @@ post-install: cd ${PREFIX}/lib/${MOZILLA} && \ ${SETENV} LD_LIBRARY_PATH=.:${PREFIX}/lib MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \ ./${MOZILLA_BIN} -register + ${FIND} ${DESTDIR:Q}${PREFIX:Q}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \; .include "../../mk/bsd.fast.prefs.mk" |