aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-12-04 05:09:56 +0800
committermarcus <marcus@FreeBSD.org>2005-12-04 05:09:56 +0800
commitb35fdce08310dfcc66748bd6a203c090d330a2c8 (patch)
treedeb7f1347cbbdcfdbc44998f49903803080d8552 /mail
parent589552b1126277856c36c4f676467d70d7c73af6 (diff)
downloadfreebsd-ports-gnome-b35fdce08310dfcc66748bd6a203c090d330a2c8.tar.gz
freebsd-ports-gnome-b35fdce08310dfcc66748bd6a203c090d330a2c8.tar.zst
freebsd-ports-gnome-b35fdce08310dfcc66748bd6a203c090d330a2c8.zip
* Re-enable movemail and RSS support [1]
* Remove a line that is no longer needed PR: 89871 [1]
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-esr/Makefile6
-rw-r--r--mail/thunderbird/Makefile6
-rw-r--r--mail/thunderbird3/Makefile6
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index 522ab82b297a..11fbb4d83d3c 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}
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 522ab82b297a..11fbb4d83d3c 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/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}
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile
index 522ab82b297a..11fbb4d83d3c 100644
--- a/mail/thunderbird3/Makefile
+++ b/mail/thunderbird3/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}