summaryrefslogtreecommitdiff
path: root/net/ocaml-conduit
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2022-05-24 18:59:20 +0000
committerjaapb <jaapb@pkgsrc.org>2022-05-24 18:59:20 +0000
commit0c88cd3be92fb083f4acdf5e8fc77863657bec7a (patch)
treee3b82e6f44f736a359e4dc49ae94669368aabf96 /net/ocaml-conduit
parentabf70898ce2de69598e9638711f601733d406ed9 (diff)
downloadpkgsrc-0c88cd3be92fb083f4acdf5e8fc77863657bec7a.tar.gz
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
Diffstat (limited to 'net/ocaml-conduit')
-rw-r--r--net/ocaml-conduit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ocaml-conduit/Makefile b/net/ocaml-conduit/Makefile
index 05b1009e782..f58fbc45fcb 100644
--- a/net/ocaml-conduit/Makefile
+++ b/net/ocaml-conduit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/05/11 10:40:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:34 jaapb Exp $
GITHUB_PROJECT= ocaml-conduit
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -26,5 +26,5 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES}
.include "../../devel/ocaml-sexplib/buildlink3.mk"
.include "../../net/ocaml-ipaddr/buildlink3.mk"
.include "../../www/ocaml-uri/buildlink3.mk"
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"