diff options
author | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:59:20 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:59:20 +0000 |
commit | 0c88cd3be92fb083f4acdf5e8fc77863657bec7a (patch) | |
tree | e3b82e6f44f736a359e4dc49ae94669368aabf96 /archivers/ocaml-zip | |
parent | abf70898ce2de69598e9638711f601733d406ed9 (diff) | |
download | pkgsrc-0c88cd3be92fb083f4acdf5e8fc77863657bec7a.tar.gz |
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
Diffstat (limited to 'archivers/ocaml-zip')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 071e2844b84..e9f0b854935 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2022/05/03 09:27:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.28 2022/05/24 18:59:20 jaapb Exp $ # VERSION= 1.11 @@ -19,7 +19,7 @@ INSTALL_TARGET= install-findlib USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if ${OCAML_USE_OPT_COMPILER} == "yes" BUILD_TARGET+= allopt |