pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Updated ocaml.mk to work with opaline 0.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/525d99691520
branches:  trunk
changeset: 308770:525d99691520
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu May 31 11:22:46 2018 +0000

description:
Updated ocaml.mk to work with opaline 0.3.1.

diffstat:

 mk/ocaml.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d645b81db1a0 -r 525d99691520 mk/ocaml.mk
--- a/mk/ocaml.mk       Thu May 31 11:22:15 2018 +0000
+++ b/mk/ocaml.mk       Thu May 31 11:22:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.19 2018/04/07 10:35:01 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.20 2018/05/31 11:22:46 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -236,7 +236,7 @@
                -name $$i \
                -destdir ${DESTDIR} \
                -prefix ${PREFIX} \
-               -libdir ${PREFIX}/${OCAML_SITELIBDIR}/$$i \
+               -libdir ${PREFIX}/${OCAML_SITELIBDIR} \
                -docdir ${OCAML_TOPKG_DOCDIR}/$$i \
                -stublibsdir ${PREFIX}/${OCAML_SITELIBDIR}/stublibs \
                -bindir ${PREFIX}/bin \



Home | Main Index | Thread Index | Old Index