View | Details | Raw Unified | Return to bug 206092 | Differences between
and this patch

Collapse All | Expand All

(-)mail/mutt/Makefile (-10 / +7 lines)
Lines 52-62 Link Here
52
52
53
.if defined (LITE)
53
.if defined (LITE)
54
OPTIONS_UNSET=	NLS DOCS EXAMPLES
54
OPTIONS_UNSET=	NLS DOCS EXAMPLES
55
PLIST_SUB+=	COMPRESSED_FOLDERS="@comment "
56
PLIST_SUB+=	HTML="@comment "
57
PLIST_SUB+=	NLS="@comment "
58
PLIST_SUB+=	XML="@comment "
59
PLIST_SUB+=	NNTP="@comment "
60
.else
55
.else
61
OPTIONS_DEFINE=	COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \
56
OPTIONS_DEFINE=	COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \
62
		GPGME GREETING_PATCH GSSAPI HTML ICONV IDN IFDEF_PATCH \
57
		GPGME GREETING_PATCH GSSAPI HTML ICONV IDN IFDEF_PATCH \
Lines 125-130 Link Here
125
.if defined (LITE)
120
.if defined (LITE)
126
PKGNAMESUFFIX=	-lite
121
PKGNAMESUFFIX=	-lite
127
PLIST_SUB+=	MAILBOX_MANPAGES=""
122
PLIST_SUB+=	MAILBOX_MANPAGES=""
123
PLIST_SUB+=	COMPRESSED_FOLDERS="@comment "
124
PLIST_SUB+=	HTML="@comment "
125
PLIST_SUB+=	XML="@comment "
126
PLIST_SUB+=	NNTP="@comment "
127
# XXX bug in bpm ?
128
PLIST_SUB+=	NLS="@comment "
129
CONFIGURE_ARGS+=	--disable-nls
128
.endif
130
.endif
129
131
130
DEBUG_CONFIGURE_ON=	--enable-debug
132
DEBUG_CONFIGURE_ON=	--enable-debug
Lines 340-348 Link Here
340
		${WRKSRC}/doc/Makefile
342
		${WRKSRC}/doc/Makefile
341
.endif
343
.endif
342
344
343
post-stage:
344
.if defined(LITE)
345
	-${RM} ${STAGEDIR}${PREFIX}/lib/charset.alias
346
	-${RM} ${STAGEDIR}${PREFIX}/share/locale/locale.alias
347
.endif
348
.include <bsd.port.mk>
345
.include <bsd.port.mk>

Return to bug 206092