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

(-)devel/ruby-sysvipc/Makefile (-2 / +2 lines)
Lines 28-35 Link Here
28
28
29
post-install: doc-install
29
post-install: doc-install
30
30
31
.include <bsd.port.mk>
32
33
doc-install:
31
doc-install:
34
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
35
	${MKDIR} ${RUBY_MODDOCDIR}
33
	${MKDIR} ${RUBY_MODDOCDIR}
Lines 37-39 Link Here
37
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
35
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
38
.endfor
36
.endfor
39
.endif
37
.endif
38
39
.include <bsd.port.mk>

Return to bug 69035