pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [patch] devel/ocamlgraph - fix Makefile typo
> Hi,
>
> Just came across this typo in the devel/ocamlgraph Makefile:
>
> ===
> . if ${OCAML_USE_OPT_COMPILER} == "yes"
> ${INSTALL_PROGRAM} ${WRKSRC}/editor/editor.opt ${DESTDIR}${PREFIX}/bin/graph-editor
> ${INSTALL_PROGRAM} ${WRKSRC}/dgraph/dgraph.opt ${DESTDIR}${PREFIX}/bin/graph-viewer
> . else
> ${INSTALL_PROGRAM} ${WKRSRC}/editor/editor.byte ${DESTDIR}${PREFIX}/bin/graph-editor
> ^^^^^^^^^
> ${INSTALL_PROGRAM} ${WKRSRC}/dgraph/dgraph.byte ${DESTDIR}${PREFIX}/bin/graph-viewer
> ^^^^^^^^^
> . endif
> ===
>
> Patch attached.
>
> Cheers, MJ
Fixed.
Thanks,
Adam
Home |
Main Index |
Thread Index |
Old Index