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

(-)dotproject/Makefile (+1 lines)
Lines 30-35 Link Here
30
do-install:
30
do-install:
31
	${MKDIR} ${DOTPROJECTDIR}
31
	${MKDIR} ${DOTPROJECTDIR}
32
	${CP} -R ${WRKSRC}/* ${DOTPROJECTDIR}
32
	${CP} -R ${WRKSRC}/* ${DOTPROJECTDIR}
33
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DOTPROJECTDIR}
33
34
34
post-install:
35
post-install:
35
	@${CAT} ${PKGMESSAGE}
36
	@${CAT} ${PKGMESSAGE}

Return to bug 105506