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

(-)archivers/ruby-bz2/Makefile (-2 / +2 lines)
Lines 36-43 Link Here
36
36
37
post-install: doc-install
37
post-install: doc-install
38
38
39
.include <bsd.port.mk>
40
41
doc-install:
39
doc-install:
42
.if !defined(NOPORTDOCS)
40
.if !defined(NOPORTDOCS)
43
	${MKDIR} ${RUBY_MODDOCDIR}
41
	${MKDIR} ${RUBY_MODDOCDIR}
Lines 45-47 Link Here
45
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
43
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
46
.endfor
44
.endfor
47
.endif
45
.endif
46
47
.include <bsd.port.mk>

Return to bug 69027