summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he>2009-06-19 13:13:06 +0000
committerhe <he>2009-06-19 13:13:06 +0000
commit301bf8be5901e5435963adcb4f68af12e166a886 (patch)
tree61298f9a92fc880958e1f5fd3a032383af84f716
parente9ede611070d792a6453b829ec6c981a230b344a (diff)
downloadpkgsrc-301bf8be5901e5435963adcb4f68af12e166a886.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.
-rw-r--r--mail/thunderbird/Makefile3
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common3
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