aboutsummaryrefslogtreecommitdiffstats
path: root/mail/moztraybiff/files
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2006-01-17 02:07:50 +0800
committeradamw <adamw@FreeBSD.org>2006-01-17 02:07:50 +0800
commitb295498d47a067df7c2045c37876c98f229da370 (patch)
treeddfa912b5db3d43d2efe0fb1ba07e62a22fb9fed /mail/moztraybiff/files
parent5175dc844a538d085706b852cd9d05a2c6ceff7a (diff)
downloadfreebsd-ports-gnome-b295498d47a067df7c2045c37876c98f229da370.tar.gz
freebsd-ports-gnome-b295498d47a067df7c2045c37876c98f229da370.tar.zst
freebsd-ports-gnome-b295498d47a067df7c2045c37876c98f229da370.zip
Update to 1.2.1, which works with Thunderbird 1.5
PR: ports/91735 Submitted by: Phil Oleson <oz@nixil.net>
Diffstat (limited to 'mail/moztraybiff/files')
-rw-r--r--mail/moztraybiff/files/patch-Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile
index 3bd5dae3c191..d4bfbd1c7496 100644
--- a/mail/moztraybiff/files/patch-Makefile
+++ b/mail/moztraybiff/files/patch-Makefile
@@ -1,20 +1,11 @@
---- Makefile.orig Mon Dec 12 13:57:47 2005
-+++ Makefile Mon Dec 12 13:58:39 2005
-@@ -1,7 +1,7 @@
- SUBDIRS = components chrome
- .PHONY: all clean subdirs ${SUBDIRS} content locale
- VERSION = 1.2
--PLATFORM := $(shell gcc -dumpmachine)
-+PLATFORM := $(shell uname)
- XPI_NAME = mozTrayBiff
- XPI_VERSION := $(VERSION)-$(PLATFORM)
- XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi
-@@ -15,7 +15,7 @@
+--- Makefile.orig Fri Jan 6 18:51:34 2006
++++ Makefile Mon Jan 16 13:01:55 2006
+@@ -19,7 +19,7 @@
XPI_EXTRA_FILES = install.js
endif
ifeq ($(MOZILLA_PLATFORM),tbird)
-REAL_CONFIG = mozilla-thunderbird-config
+REAL_CONFIG = thunderbird-config
- XPI_VERSION := $(XPI_VERSION)-tb$(shell $(REAL_CONFIG) --version)
+ XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION}
XPI_EXTRA_FILES = install.rdf
endif