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

(-)Makefile (+7 lines)
Lines 112-116 Link Here
112
.for a in ${EXTRA_DOCS}
112
.for a in ${EXTRA_DOCS}
113
	@${INSTALL_DATA} ${WRKSRC}/${a} ${PREFIX}/share/doc/courier-imap/
113
	@${INSTALL_DATA} ${WRKSRC}/${a} ${PREFIX}/share/doc/courier-imap/
114
.endfor
114
.endfor
115
	@ln -s ${PREFIX}/libexec/courier-imap/imapd.rc ${PREFIX}/etc/rc.d/courier-imapd.rc.sample
116
	@echo ""
117
	@echo "You will have to run ${PREFIX}/share/courier-imap/mkimapdcert to create"
118
	@echo "a self-signed certificate if you want to use imapd-ssl."
119
	@echo "And you will have to copy and edit the *.dist files to * in"
120
	@echo "${PREFIX}/etc/courier-imap ."
121
	@echo ""
115
122
116
.include <bsd.port.post.mk>
123
.include <bsd.port.post.mk>

Return to bug 34157