diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-05-17 22:15:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-05-17 22:15:23 +0000 |
commit | 259bc4604512132fca73fab8fde60231e68cfca7 (patch) | |
tree | 79c7ce0b1e67ea04a506a100c1537ec65d75bedb /mail/moztraybiff/Makefile | |
parent | fix/enable installation of gettext catalogue files (diff) |
Update to 1.1.
Please keep in mind that new versions of this thing just install a new .xpi file
in ${DATADIR}. To upgrade, you must uninstall the old version (via the extensions
manager thinger), restart thunderbird, install the new version, and then restart
thunderbird again.
This info would be useful in /usr/ports/UPDATING, but I'm hesitant to put it
in there for every release.
Diffstat (limited to 'mail/moztraybiff/Makefile')
-rw-r--r-- | mail/moztraybiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index 3241032fa480..e4d2e30839c1 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= moztraybiff -PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= mail gnome MASTER_SITES= http://mozdev.oregonstate.edu/moztraybiff/ DISTNAME= mozTrayBiff-${PORTVERSION} @@ -29,7 +28,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= libgnome USE_REINPLACE= yes -MAKE_ARGS+= MOZILLA_PLATFORM=tbird +MAKE_ARGS+= MOZILLA_PLATFORM=tbird TBVER=${TBVER} FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb${TBVER}.xpi PLIST_FILES= share/${PORTNAME}/${FILENAME} |