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

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

Return to bug 69031