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

(-)Makefile (-1 / +1 lines)
Lines 109-115 Link Here
109
	${FIND} ${WRKSRC}/${dir}/ -maxdepth 1 -type f -exec ${INSTALL_SCRIPT} \{\} ${DOCSDIR}/${dir} \;
109
	${FIND} ${WRKSRC}/${dir}/ -maxdepth 1 -type f -exec ${INSTALL_SCRIPT} \{\} ${DOCSDIR}/${dir} \;
110
.endfor
110
.endfor
111
.else
111
.else
112
	-@${RMDIR} ${DOCSDIR}
112
	@${RM} -rf ${DOCSDIR}
113
.endif
113
.endif
114
	@${CAT} ${PKGMESSAGE}
114
	@${CAT} ${PKGMESSAGE}

Return to bug 159610