pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 25 17:18:13 UTC 2022

Modified Files:
        pkgsrc/mk: ocaml.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mk/ocaml.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.34 pkgsrc/mk/ocaml.mk:1.35
--- pkgsrc/mk/ocaml.mk:1.34     Tue May 24 18:51:54 2022
+++ pkgsrc/mk/ocaml.mk  Wed May 25 17:18:13 2022
@@ -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 @@ OCAML_MK= # defined
 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