diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-03 21:09:56 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-03 21:09:56 +0000 |
commit | b35fdce08310dfcc66748bd6a203c090d330a2c8 (patch) | |
tree | deb7f1347cbbdcfdbc44998f49903803080d8552 /mail/thunderbird-esr | |
parent | 589552b1126277856c36c4f676467d70d7c73af6 (diff) | |
download | FreeBSD-ports-b35fdce08310dfcc66748bd6a203c090d330a2c8.zip FreeBSD-ports-b35fdce08310dfcc66748bd6a203c090d330a2c8.tar.gz |
* Re-enable movemail and RSS support [1]
* Remove a line that is no longer needed
PR: 89871 [1]
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 522ab82..11fbb4d 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source @@ -34,7 +34,6 @@ MOZ_EXPORT= MOZ_THUNDERBIRD=1 MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1 PORTNAME_ICON= ${PREFIX}/lib/${PORTNAME}/chrome/icons/default/default.xpm -SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome CONFLICTS= thunderbird*-1.5* @@ -67,6 +66,9 @@ post-patch: ${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp pre-install: + ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults + ${CP} -RL ${WRKSRC}/dist/bin/defaults/isp \ + ${FAKEDIR}/lib/${PORTNAME}/defaults ${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} |