summaryrefslogtreecommitdiff
path: root/www
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 /www
parentabf70898ce2de69598e9638711f601733d406ed9 (diff)
downloadpkgsrc-0c88cd3be92fb083f4acdf5e8fc77863657bec7a.tar.gz
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
Diffstat (limited to 'www')
-rw-r--r--www/eliom/Makefile4
-rw-r--r--www/ocaml-cohttp/Makefile4
-rw-r--r--www/ocaml-uri/Makefile4
-rw-r--r--www/ocsigen/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/www/eliom/Makefile b/www/eliom/Makefile
index 21a5e0fe166..a56c530569d 100644
--- a/www/eliom/Makefile
+++ b/www/eliom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/05/23 15:31:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.36 2022/05/24 18:59:36 jaapb Exp $
#
GITHUB_PROJECT= eliom
@@ -18,7 +18,7 @@ UNLIMIT_RESOURCES+= stacksize
DEPENDS+= ocsigen>=5.0.0:../../www/ocsigen
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.if ${OCAML_USE_OPT_COMPILER} == "yes"
BUILD_TARGET= native
diff --git a/www/ocaml-cohttp/Makefile b/www/ocaml-cohttp/Makefile
index 8a4233d7909..0258f6399d1 100644
--- a/www/ocaml-cohttp/Makefile
+++ b/www/ocaml-cohttp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/05/11 14:16:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:36 jaapb Exp $
DISTNAME= ${GITHUB_PROJECT}-5.0.0
CATEGORIES= www
@@ -26,5 +26,5 @@ OCAML_FINDLIB_DIRS= ${DUNE_BUILD_PACKAGES}
.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../devel/ocaml-stringext/buildlink3.mk"
.include "../../www/ocaml-uri/buildlink3.mk"
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ocaml-uri/Makefile b/www/ocaml-uri/Makefile
index e8e28fe4494..9fd54172225 100644
--- a/www/ocaml-uri/Makefile
+++ b/www/ocaml-uri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/05/11 10:27:50 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/24 18:59:36 jaapb Exp $
DISTNAME= ${GITHUB_PROJECT}-4.2.0
CATEGORIES= www
@@ -22,5 +22,5 @@ OPAM_INSTALL_FILES= uri uri-sexp
.include "../../devel/ocaml-re/buildlink3.mk"
.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../devel/ocaml-stringext/buildlink3.mk"
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile
index 2c433e99139..1f8c15b2680 100644
--- a/www/ocsigen/Makefile
+++ b/www/ocsigen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/05/20 07:04:06 jaapb Exp $
+# $NetBSD: Makefile,v 1.43 2022/05/24 18:59:36 jaapb Exp $
#
VERSION= 5.0.1
@@ -55,7 +55,7 @@ OCAML_USE_DUNE= yes
OPAM_INSTALL_FILES= ocsigenserver
INSTALL_UNSTRIPPED= yes
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
#.if ${OCAML_USE_OPT_COMPILER} == "yes"
#CONFIGURE_ARGS+= --enable-natdynlink