diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-01 07:52:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-01 07:52:27 +0800 |
commit | 860c01b1a4d59046acc0ad6418fc49f77ed154f9 (patch) | |
tree | 334a7d196dff7c31feb3fab58d6817427852552c /mail/thunderbird | |
parent | 0bae7639e29242b69237f7344d426a3486093f67 (diff) | |
download | freebsd-ports-gnome-860c01b1a4d59046acc0ad6418fc49f77ed154f9.tar.gz freebsd-ports-gnome-860c01b1a4d59046acc0ad6418fc49f77ed154f9.tar.zst freebsd-ports-gnome-860c01b1a4d59046acc0ad6418fc49f77ed154f9.zip |
- Fix typo in CONFLICTS
Submitted by: yattaran@gmail.com
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |