diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 19:09:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 19:09:05 +0800 |
commit | 1f93c9dd9048bc01e9d91c2692a2359308403d44 (patch) | |
tree | bbbd67fd697efd2925d9a3fbef72c33ba324a894 /mail/mutt14 | |
parent | 0032707ede9db80bb22c99d9eaf73582f6dd8c7b (diff) | |
download | freebsd-ports-gnome-1f93c9dd9048bc01e9d91c2692a2359308403d44.tar.gz freebsd-ports-gnome-1f93c9dd9048bc01e9d91c2692a2359308403d44.tar.zst freebsd-ports-gnome-1f93c9dd9048bc01e9d91c2692a2359308403d44.zip |
Fix pkgname collision
With hat: portmgr
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 2d765568067a..c0fe6263ffcc 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -23,7 +23,7 @@ MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mailers (part Elm, Pine, Mush, mh, etc.) CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* mutt-[^1].[^4]* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}14${PKGNAMESUFFIX} +PKGNAMESUFFIX= 14 OPTIONS_DEFINE= NLS SGML_DOCS LOCALES_FIX MUTT_XFACE MUTT_FLOCK MUTT_ICONV GSSAPI OPTIONS_DEFAULT= MUTT_FLOCK MUTT_ICONV GSSAPI @@ -47,7 +47,7 @@ MUTT_ICONV_DESC= Enable mutt's iconv character conversion feature USE_OPENSSL= yes .if defined (MUTT_LITE) -PKGNAMESUFFIX= -lite +PKGNAMESUFFIX= 14-lite OPTIONS_EXCLUDE= SGML_DOCS .endif |