diff options
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 5b8c43a334f6..404cae85b158 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig Sat Mar 19 22:29:01 2005 -+++ Makefile Sat Mar 19 22:30:04 2005 +--- Makefile.orig Tue May 17 17:48:26 2005 ++++ Makefile Tue May 17 17:49:09 2005 @@ -1,7 +1,7 @@ SUBDIRS = components chrome .PHONY: all clean subdirs ${SUBDIRS} content locale - VERSION = 1.0.7 + VERSION = 1.1 -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 @@ +@@ -15,7 +15,7 @@ XPI_VERSION := $(XPI_VERSION)-moz$(shell XPI_EXTRA_FILES = install.js endif ifeq ($(MOZILLA_PLATFORM),tbird) |