diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-28 04:51:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-28 04:51:02 +0800 |
commit | b2c4f25cf25f143732e5d464d19efc9345512ad7 (patch) | |
tree | 9d9b75caafd554542071e36def3f1d821db0afe6 /mail/thunderbird/Makefile | |
parent | bd011bbbab4a2e02cc132100561f39e74abee42e (diff) | |
download | freebsd-ports-gnome-b2c4f25cf25f143732e5d464d19efc9345512ad7.tar.gz freebsd-ports-gnome-b2c4f25cf25f143732e5d464d19efc9345512ad7.tar.zst freebsd-ports-gnome-b2c4f25cf25f143732e5d464d19efc9345512ad7.zip |
Fix global extension and theme installation by making sure the path to the
XPI file does no contain a leading "file://" when passed to the extension
manager.
See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details.
Reported by: ale
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7afad8bd8a46..f4b5a113c490 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -7,6 +7,7 @@ PORTNAME= thunderbird PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} |