diff options
author | he <he@pkgsrc.org> | 2009-06-19 13:13:06 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-06-19 13:13:06 +0000 |
commit | fb88b224fdb0ade4a0d08ee1cf908a7009644922 (patch) | |
tree | 61298f9a92fc880958e1f5fd3a032383af84f716 /mail | |
parent | d85962abd2b27883bea5d6842d059eeecd76d0c8 (diff) | |
download | pkgsrc-fb88b224fdb0ade4a0d08ee1cf908a7009644922.tar.gz |
Move setting of PKGREVISION from Makefile to the common Makefile,
so that thunderbird-gtk1 also gets the revision bump, as the latter
is already using the newest patch for regxpcom crash fixing.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 303fe4939a9..f3514a709eb 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2009/06/19 11:34:31 he Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/19 13:13:06 he 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 56efddab7b5..4d4fce4401e 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile-thunderbird.common,v 1.44 2009/03/19 15:08:58 ghen Exp $ +# $NetBSD: Makefile-thunderbird.common,v 1.45 2009/06/19 13:13:06 he Exp $ # used by mail/thunderbird/Makefile # used by mail/thunderbird-gtk1/Makefile MOZILLA_BIN= thunderbird-bin MOZ_VER= 2.0.0.21 +PKGREVISION= 1 EXTRACT_SUFX= .tar.bz2 DISTNAME= thunderbird-${MOZ_VER}-source CATEGORIES= mail |