diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-17 06:04:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-17 06:04:34 +0000 |
commit | 5497cc0d2a8ac0e8ef99de63176c5bd9007e021c (patch) | |
tree | 787e2152d7d61a389a6c006cc0258e2a0046d552 /mail/mutt | |
parent | f02adea702494d23db3f5db13a1b69e2befefbd9 (diff) |
Prevent PKGBASE collison between mail/mutt and mail/mutt-lite
Notes
Notes:
svn path=/head/; revision=424097
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b2a642c16c80..ebf08a4483eb 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -120,6 +120,7 @@ URLVIEW_RUN_DEPENDS= urlview:textproc/urlview .endif .if defined (MUTT_LITE) +PKGNAMESUFFIX= -lite USES+= ncurses PLIST_SUB+= MAILBOX_MANPAGES="" PLIST_SUB+= COMPRESSED_FOLDERS="@comment " |