diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-12 19:27:25 +0000 |
commit | 2ced9a06bfacf9ebb56c1b2762e05b53c9199c2a (patch) | |
tree | 06d77bc6ca7ef9e84c157f1861edf4017500a846 /mail/moztraybiff/files/patch-Makefile | |
parent | Chase libggi update. (diff) |
Update to 1.2.
In theory, this version can be told to build against Thunderbird 1.5,
but I'm not going to tweak this port to do so until Tb 1.5 is released.
Notes
Notes:
svn path=/head/; revision=151033
Diffstat (limited to 'mail/moztraybiff/files/patch-Makefile')
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index 404cae85b158..3bd5dae3c191 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig Tue May 17 17:48:26 2005 -+++ Makefile Tue May 17 17:49:09 2005 +--- 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.1 + 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 @@ XPI_VERSION := $(XPI_VERSION)-moz$(shell +@@ -15,7 +15,7 @@ XPI_EXTRA_FILES = install.js endif ifeq ($(MOZILLA_PLATFORM),tbird) |