diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-01 07:52:27 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-01 07:52:27 +0800 |
commit | 1bb60423d3e23d3b6bed058f4536f90a37df4a65 (patch) | |
tree | 33b083d87407e5d3fc58b5ee6e7e62eb1d76c2da /mail | |
parent | a077d959ddaf5b32f8b9b20efb9379b806f9bb65 (diff) | |
download | freebsd-ports-gnome-1bb60423d3e23d3b6bed058f4536f90a37df4a65.tar.gz freebsd-ports-gnome-1bb60423d3e23d3b6bed058f4536f90a37df4a65.tar.zst freebsd-ports-gnome-1bb60423d3e23d3b6bed058f4536f90a37df4a65.zip |
- Fix typo in CONFLICTS
Submitted by: yattaran@gmail.com
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 5138cc9459fa..ad125367147a 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -37,7 +37,7 @@ 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= thunerbird*-1.5* +CONFLICTS= thunderbird*-1.5* .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5138cc9459fa..ad125367147a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -37,7 +37,7 @@ 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= thunerbird*-1.5* +CONFLICTS= thunderbird*-1.5* .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 5138cc9459fa..ad125367147a 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -37,7 +37,7 @@ 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= thunerbird*-1.5* +CONFLICTS= thunderbird*-1.5* .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" |