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

(-)roundcube/Makefile (+3 lines)
Lines 148-153 Link Here
148
	@${ECHO_CMD} '@dirrm ${WWWDIR_REL}' >> ${TMPPLIST}
148
	@${ECHO_CMD} '@dirrm ${WWWDIR_REL}' >> ${TMPPLIST}
149
149
150
post-install:
150
post-install:
151
	@if [ -f ${WWWDIR}/config/db.inc.php ]; then \
152
		${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/config/db.inc.php ; \
153
	fi
151
	@${CAT} ${PKGMESSAGE}
154
	@${CAT} ${PKGMESSAGE}
152
155
153
.include <bsd.port.post.mk>
156
.include <bsd.port.post.mk>

Return to bug 159856