diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-29 21:48:50 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-29 21:48:50 +0000 |
commit | 459547eb226a5f52eea2856ae6d0ef006bed2332 (patch) | |
tree | 3b701ed0bc2d700640c0757f21d3b6c1409522ae /mail | |
parent | ad59dd73652900e630527ccb499ac43c40824b91 (diff) | |
download | FreeBSD-ports-459547eb226a5f52eea2856ae6d0ef006bed2332.zip FreeBSD-ports-459547eb226a5f52eea2856ae6d0ef006bed2332.tar.gz |
Train moztraybiff about the new thunderbird locations (this will have to
be done every time thunderbird gets updated).
I'm bumping PORTREVISION because the pkg-plist is technically changing.
However, unless there's a major xpi API change, users won't have to change
or reload the extension or anything.
Reminded by: marcus
Approved by: portmgr (marcus)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/moztraybiff/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index c3bcd36..7289151 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= moztraybiff PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://mozdev.oregonstate.edu/moztraybiff/ DISTNAME= mozTrayBiff-${PORTVERSION} @@ -14,9 +15,9 @@ DISTNAME= mozTrayBiff-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= New mail tray icon for Thunderbird -BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ +BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0.2/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0.2/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,7 +25,7 @@ USE_GNOME= libgnome USE_REINPLACE= yes MAKE_ARGS+= MOZILLA_PLATFORM=tbird -FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb1.0.xpi +FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb1.0.2.xpi PLIST_FILES= ${DATADIR}/${FILENAME} PLIST_DIRS= ${DATADIR} PKGMESSAGE= ${WRKDIR}/pkg-message |