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

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

Return to bug 69030