Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 10:05:33 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406030 - head/mail/mutt
Message-ID:  <201601131005.u0DA5XMg009008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Jan 13 10:05:33 2016
New Revision: 406030
URL: https://svnweb.freebsd.org/changeset/ports/406030

Log:
  - fix mutt-lite build
  
  PR:		206092 (follow up)
  Approved by:	udo.schweigert@siemens.com (maintainer)

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Wed Jan 13 09:45:14 2016	(r406029)
+++ head/mail/mutt/Makefile	Wed Jan 13 10:05:33 2016	(r406030)
@@ -52,6 +52,11 @@ LITE=	yes
 
 .if defined (LITE)
 OPTIONS_UNSET=	NLS DOCS EXAMPLES
+PLIST_SUB+=	COMPRESSED_FOLDERS="@comment "
+PLIST_SUB+=	HTML="@comment "
+PLIST_SUB+=	NLS="@comment "
+PLIST_SUB+=	XML="@comment "
+PLIST_SUB+=	NNTP="@comment "
 .else
 OPTIONS_DEFINE=	COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \
 		GPGME GREETING_PATCH GSSAPI HTML ICONV IDN IFDEF_PATCH \
@@ -335,4 +340,9 @@ pre-build::
 		${WRKSRC}/doc/Makefile
 .endif
 
+post-stage:
+.if defined(LITE)
+	-${RM} ${STAGEDIR}${PREFIX}/lib/charset.alias
+	-${RM} ${STAGEDIR}${PREFIX}/share/locale/locale.alias
+.endif
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601131005.u0DA5XMg009008>