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

(-)Makefile (+4 lines)
Lines 62-67 Link Here
62
# WITHOUT_SEEKABLE - disables vdelivermail's attempt to make its input seekable
62
# WITHOUT_SEEKABLE - disables vdelivermail's attempt to make its input seekable
63
# WITH_DOMAIN_QUOTAS	- enable domain quotas
63
# WITH_DOMAIN_QUOTAS	- enable domain quotas
64
# WITH_SPAMASSASSIN	- enable SpamAssassin checks before Maildir delivery
64
# WITH_SPAMASSASSIN	- enable SpamAssassin checks before Maildir delivery
65
# WITH_SUID_VCHKPW	- set suid bit to vchkpw
65
#
66
#
66
# Set these to the values you'd prefer
67
# Set these to the values you'd prefer
67
#
68
#
Lines 374-378 Link Here
374
	${MKDIR} ${PREFIX}/vpopmail/ldap
375
	${MKDIR} ${PREFIX}/vpopmail/ldap
375
	${INSTALL_DATA} ${LDAP_FILES} ${PREFIX}/vpopmail/ldap
376
	${INSTALL_DATA} ${LDAP_FILES} ${PREFIX}/vpopmail/ldap
376
.endif
377
.endif
378
.if defined(WITH_SUID_VCHKPW)
379
	${CHMOD} u+s ${PREFIX}/vpopmail/bin/vchkpw
380
.endif
377
381
378
.include <bsd.port.post.mk>
382
.include <bsd.port.post.mk>

Return to bug 85124