pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk: use lang/ocaml/native.mk instead of wip/*



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f21e814cb885
branches:  trunk
changeset: 379949:f21e814cb885
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 25 17:18:13 2022 +0000

description:
mk: use lang/ocaml/native.mk instead of wip/*

diffstat:

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

diffs (18 lines):

diff -r 2b76830bb068 -r f21e814cb885 mk/ocaml.mk
--- a/mk/ocaml.mk       Wed May 25 15:45:31 2022 +0000
+++ b/mk/ocaml.mk       Wed May 25 17:18:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.34 2022/05/24 18:51:54 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.35 2022/05/25 17:18:13 wiz Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 # It should be included by every package that uses OCaml.
@@ -35,7 +35,7 @@
 MKPIE_SUPPORTED=       no
 
 .include "../../mk/bsd.fast.prefs.mk"
-.include "../../wip/ocaml/native.mk"
+.include "../../lang/ocaml/native.mk"
 
 
 _PKG_VARS.ocaml=       \



Home | Main Index | Thread Index | Old Index