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

(-)devel/ocaml-findlib/Makefile (-2 / +5 lines)
Lines 37-44 Link Here
37
TOOLBOX_BUILD_DEPENDS=	${TOOLBOX_RUN_DEPENDS}
37
TOOLBOX_BUILD_DEPENDS=	${TOOLBOX_RUN_DEPENDS}
38
38
39
post-install:
39
post-install:
40
	${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/ocamlfind \
40
	${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/ocamlfind 
41
	    ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/findlib/make_wizard
42
	cd ${STAGEDIR}${PREFIX} && \
41
	cd ${STAGEDIR}${PREFIX} && \
43
	    ${STRIP_CMD} bin/ocamlfind \
42
	    ${STRIP_CMD} bin/ocamlfind \
44
	    ${OCAML_SITELIBDIR}/findlib/findlib.cmxs \
43
	    ${OCAML_SITELIBDIR}/findlib/findlib.cmxs \
Lines 45-50 Link Here
45
	    ${OCAML_SITELIBDIR}/findlib/findlib_dynload.cmxs \
44
	    ${OCAML_SITELIBDIR}/findlib/findlib_dynload.cmxs \
46
	    ${OCAML_SITELIBDIR}/findlib/findlib_top.cmxs
45
	    ${OCAML_SITELIBDIR}/findlib/findlib_top.cmxs
47
46
47
post-install-WORKDIR-on:
48
	${CHMOD} 755 ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/findlib/make_wizard
49
50
48
post-install-DOCS-on:
51
post-install-DOCS-on:
49
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
52
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
50
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} \
53
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} \

Return to bug 224541