svn commit: r406030 - head/mail/mutt

Olli Hauer ohauer at FreeBSD.org
Wed Jan 13 10:05:34 UTC 2016


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 at 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>


More information about the svn-ports-head mailing list