summaryrefslogtreecommitdiff
path: root/misc/ocaml-magic-mime
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 /misc/ocaml-magic-mime
parentabf70898ce2de69598e9638711f601733d406ed9 (diff)
downloadpkgsrc-0c88cd3be92fb083f4acdf5e8fc77863657bec7a.tar.gz
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
Diffstat (limited to 'misc/ocaml-magic-mime')
-rw-r--r--misc/ocaml-magic-mime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ocaml-magic-mime/Makefile b/misc/ocaml-magic-mime/Makefile
index 4e10d09fa45..b84a98798a4 100644
--- a/misc/ocaml-magic-mime/Makefile
+++ b/misc/ocaml-magic-mime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/05/11 11:56:46 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:33 jaapb Exp $
GITHUB_PROJECT= ocaml-magic-mime
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -15,5 +15,5 @@ USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"