summaryrefslogtreecommitdiff
path: root/mail/moztraybiff/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-12 19:27:25 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-12 19:27:25 +0000
commit2ced9a06bfacf9ebb56c1b2762e05b53c9199c2a (patch)
tree06d77bc6ca7ef9e84c157f1861edf4017500a846 /mail/moztraybiff/files
parentChase 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')
-rw-r--r--mail/moztraybiff/files/patch-Makefile8
-rw-r--r--mail/moztraybiff/files/patch-make-install.rdf14
-rw-r--r--mail/moztraybiff/files/pkg-message.in4
3 files changed, 20 insertions, 6 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)
diff --git a/mail/moztraybiff/files/patch-make-install.rdf b/mail/moztraybiff/files/patch-make-install.rdf
new file mode 100644
index 000000000000..6cf5fd26fd25
--- /dev/null
+++ b/mail/moztraybiff/files/patch-make-install.rdf
@@ -0,0 +1,14 @@
+--- make-install.rdf.orig Mon Dec 12 14:23:05 2005
++++ make-install.rdf Mon Dec 12 14:23:39 2005
+@@ -1,9 +1,9 @@
+ #!/usr/bin/perl
+
+-my $machine = `gcc -dumpmachine`;
++my $machine = `uname`;
+ chomp $machine;
+
+-$machine =~ /^(.*?)\-/
++$machine =~ /^(.*?)$/
+ or die "Unable to parse machine name";
+ my $arch = $1;
+
diff --git a/mail/moztraybiff/files/pkg-message.in b/mail/moztraybiff/files/pkg-message.in
index 04150cf34f58..cc9d44ea4077 100644
--- a/mail/moztraybiff/files/pkg-message.in
+++ b/mail/moztraybiff/files/pkg-message.in
@@ -1,9 +1,9 @@
-The extension has been installed in %%DATADIR%%
+The extension has been installed in %%DATADIR%%/
To use this extension:
* Open up Thunderbird
* Choose Tools|Extensions from the menu
* Click the "Install" button
- * Navigate to %%DATADIR%%
+ * Navigate to %%DATADIR%%/
* Select the file that appears in that directory
* Restart Thunderbird