diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2006-09-01 21:22:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2006-09-01 21:22:51 +0000 |
commit | 1861b26d39ecd39b71d697d3a9805be7d3e6c77b (patch) | |
tree | bb9a07b5c58584d251fded267b23d00b44a38f05 /mail/moztraybiff | |
parent | 89c0c82b175864a1d169e90894a45b4a267598e7 (diff) | |
download | ports-1861b26d39ecd39b71d697d3a9805be7d3e6c77b.tar.gz ports-1861b26d39ecd39b71d697d3a9805be7d3e6c77b.zip |
Notes
Diffstat (limited to 'mail/moztraybiff')
-rw-r--r-- | mail/moztraybiff/Makefile | 3 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 13 |
2 files changed, 12 insertions, 4 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index 56863d6d9fa6..44facdabbd8d 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= moztraybiff PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,6 @@ DISTNAME= mozTrayBiff-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= New mail tray icon for Thunderbird -BROKEN= fails to install - BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index d4bfbd1c7496..2ac53bf3eaeb 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jan 6 18:51:34 2006 -+++ Makefile Mon Jan 16 13:01:55 2006 +--- Makefile.orig Fri Sep 1 17:13:10 2006 ++++ Makefile Fri Sep 1 17:13:42 2006 @@ -19,7 +19,7 @@ XPI_EXTRA_FILES = install.js endif @@ -9,3 +9,12 @@ XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION} XPI_EXTRA_FILES = install.rdf endif +@@ -36,7 +36,7 @@ + PLATFORM_FILES = platform/ + else + PLATFORM_FILES = components/libtraybiff.so +- XPI_VERSION := $(XPI_VERSION)-$(PLATFORM) ++ XPI_VERSION := $(XPI_VERSION) + endif + + export DEBUG MOZ_TRUNK MOZILLA_PLATFORM REAL_CONFIG |