View | Details | Raw Unified | Return to bug 164417 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/dulwich/Makefile (-3 / +1 lines)
Lines 38-46 post-patch: Link Here
38
post-install:
38
post-install:
39
.ifndef (NOPORTDOCS)
39
.ifndef (NOPORTDOCS)
40
	${MKDIR} ${DOCSDIR}
40
	${MKDIR} ${DOCSDIR}
41
.for i in ${PORTDOCS}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
42
	cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}
43
.endfor
44
.endif
42
.endif
45
43
46
.include <bsd.port.mk>
44
.include <bsd.port.mk>

Return to bug 164417