diff options
author | mezz <mezz@FreeBSD.org> | 2008-03-10 07:04:40 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-03-10 07:04:40 +0800 |
commit | 18f89a27a2e3435d6b0b14aefabd330944703616 (patch) | |
tree | 9509a1c3a8358a728d0d0357db6eb53e598f7ed8 /mail/thunderbird-esr | |
parent | ca4d3837fb3e26fe14e2cdce67e4e36f46f41384 (diff) | |
download | freebsd-ports-gnome-18f89a27a2e3435d6b0b14aefabd330944703616.tar.gz freebsd-ports-gnome-18f89a27a2e3435d6b0b14aefabd330944703616.tar.zst freebsd-ports-gnome-18f89a27a2e3435d6b0b14aefabd330944703616.zip |
Fix the the rss and gmail accounts show up in the "new account" dialog, bump
the PORTREVISION.
Submitted by: sajd (FreeNode/#freebsd-gnome)
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index cd2d1ecc5976..d0313fcf2e99 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,6 +8,7 @@ PORTNAME= thunderbird DISTVERSION= 2.0.0.12 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -77,7 +78,7 @@ port-pre-install: ${RM} -f ${FAKEDIR}/bin/*.bak ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults ${CP} -RL ${WRKSRC}/dist/bin/isp \ - ${FAKEDIR}/lib/${PORTNAME}/defaults + ${FAKEDIR}/lib/${PORTNAME} pre-install: @${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} |