svn commit: r424097 - head/mail/mutt

Antoine Brodin antoine at FreeBSD.org
Mon Oct 17 06:04:35 UTC 2016


Author: antoine
Date: Mon Oct 17 06:04:34 2016
New Revision: 424097
URL: https://svnweb.freebsd.org/changeset/ports/424097

Log:
  Prevent PKGBASE collison between mail/mutt and mail/mutt-lite

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Mon Oct 17 05:29:22 2016	(r424096)
+++ head/mail/mutt/Makefile	Mon Oct 17 06:04:34 2016	(r424097)
@@ -120,6 +120,7 @@ URLVIEW_RUN_DEPENDS=	urlview:textproc/ur
 .endif
 
 .if defined (MUTT_LITE)
+PKGNAMESUFFIX=	-lite
 USES+=	ncurses
 PLIST_SUB+=	MAILBOX_MANPAGES=""
 PLIST_SUB+=	COMPRESSED_FOLDERS="@comment "


More information about the svn-ports-all mailing list