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

Collapse All | Expand All

(-)b/mail/opensmtpd/Makefile (-2 / +2 lines)
Lines 45-51 CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/mail/ \ Link Here
45
			--with-path-mbox=/var/mail \
45
			--with-path-mbox=/var/mail \
46
			--with-user-smtpd=_smtpd \
46
			--with-user-smtpd=_smtpd \
47
			--with-user-queue=_smtpq \
47
			--with-user-queue=_smtpq \
48
			--with-group-queue=_smtpq
48
			--with-group-queue=_smtpq \
49
			--with-bundled-libtls
49
50
50
post-install-TABLE_DB-on:
51
post-install-TABLE_DB-on:
51
	@${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap
52
	@${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap
52
- 

Return to bug 274504