View | Details | Raw Unified | Return to bug 146147
Collapse All | Expand All

(-)mail/roundcube/Makefile (-1 / +8 lines)
Lines 47-56 Link Here
47
		LDAP "Enable LDAP support (address book)" off \
47
		LDAP "Enable LDAP support (address book)" off \
48
		PSPELL "Enable PSpell support (internal spellcheck)" off \
48
		PSPELL "Enable PSpell support (internal spellcheck)" off \
49
		NSC "Install network spellchecker" off \
49
		NSC "Install network spellchecker" off \
50
		AUTOCOMP "Enable autocomplete in login form" off
50
		AUTOCOMP "Enable autocomplete in login form" off \
51
		LITE "Remove installer and shell scripts" on
51
52
52
.include <bsd.port.pre.mk>
53
.include <bsd.port.pre.mk>
53
54
55
.if !defined(WITH_LITE) || defined(WITHOUT_LITE)
56
RCUBECOMP+=	installer
57
.endif
58
54
.if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE)
59
.if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE)
55
IGNORE=		needs a database backend
60
IGNORE=		needs a database backend
56
.endif
61
.endif
Lines 93-99 Link Here
93
.endif
98
.endif
94
99
95
post-patch:
100
post-patch:
101
.if !defined(WITH_LITE) || defined(WITHOUT_LITE)
96
	@${RM} ${WRKSRC}/bin/*.sh
102
	@${RM} ${WRKSRC}/bin/*.sh
103
.endif
97
	@${FIND} ${WRKSRC} -name \*.orig -type f -delete
104
	@${FIND} ${WRKSRC} -name \*.orig -type f -delete
98
.if defined(WITH_AUTOCOMP)
105
.if defined(WITH_AUTOCOMP)
99
	@${REINPLACE_CMD} "s/ autocomplete=\"off\"//g" \
106
	@${REINPLACE_CMD} "s/ autocomplete=\"off\"//g" \

Return to bug 146147