diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-gtk1/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird-gtk1/PLIST | 4 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 4 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 4 |
5 files changed, 13 insertions, 5 deletions
diff --git a/mail/thunderbird-gtk1/Makefile b/mail/thunderbird-gtk1/Makefile index 703918fe5ca..fdadfd4de2e 100644 --- a/mail/thunderbird-gtk1/Makefile +++ b/mail/thunderbird-gtk1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/01/05 19:41:37 ghen Exp $ +# $NetBSD: Makefile,v 1.20 2009/01/07 14:23:03 ghen Exp $ MOZILLA= thunderbird-gtk1 +PKGREVISION= 1 COMMENT= Mozilla mail client using the older GTK1 toolkit diff --git a/mail/thunderbird-gtk1/PLIST b/mail/thunderbird-gtk1/PLIST index 6963039aadf..88195552635 100644 --- a/mail/thunderbird-gtk1/PLIST +++ b/mail/thunderbird-gtk1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2008/12/21 17:05:29 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.16 2009/01/07 14:23:03 ghen Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -2844,6 +2844,8 @@ share/pixmaps/${MOZILLA}.xpm @unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat @unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat @comment begin DIRS +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in xdg-dirs: @dirrm share/applications @dirrm lib/${MOZILLA}/res/throbber @dirrm lib/${MOZILLA}/res/samples/sampleimages @dirrm lib/${MOZILLA}/res/samples diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ce6259eca7a..b49f47dad1e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2009/01/05 19:41:37 ghen Exp $ +# $NetBSD: Makefile,v 1.33 2009/01/07 14:23:03 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 063014cb301..2342fe34f5e 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-thunderbird.common,v 1.41 2009/01/05 19:41:37 ghen Exp $ +# $NetBSD: Makefile-thunderbird.common,v 1.42 2009/01/07 14:23:03 ghen Exp $ # used by mail/thunderbird/Makefile # used by mail/thunderbird-gtk1/Makefile @@ -27,6 +27,8 @@ CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat INSTALL_TEMPLATES+= ${.CURDIR}/../../mail/thunderbird/INSTALL +USE_DIRS+= xdg-1.4 + post-install: ${FIND} ${DESTDIR:Q}${PREFIX:Q}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \; ${SED} \ diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index 0f621ada9c6..63a626cd74b 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2008/12/21 17:04:40 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.26 2009/01/07 14:23:03 ghen Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -2854,6 +2854,8 @@ share/pixmaps/${MOZILLA}.xpm @unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat @unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat @comment begin DIRS +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in xdg-dirs: @dirrm share/applications @dirrm lib/${MOZILLA}/res/throbber @dirrm lib/${MOZILLA}/res/samples/sampleimages @dirrm lib/${MOZILLA}/res/samples |