aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-dune/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-11 15:52:49 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-11 15:52:49 +0000
commit701f875cbb5e75e0ffdd016441d083f490373dad (patch)
tree2a2279d4f7e9a52d14d321b1bef4c9a1e186fd59 /devel/ocaml-dune/Makefile
parent3ee39a7193be58fe3e0b9ea15fd590524b938399 (diff)
Notes
Diffstat (limited to 'devel/ocaml-dune/Makefile')
-rw-r--r--devel/ocaml-dune/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ocaml-dune/Makefile b/devel/ocaml-dune/Makefile
index 474aa28dbdaf..05e30ed309b6 100644
--- a/devel/ocaml-dune/Makefile
+++ b/devel/ocaml-dune/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dune
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
@@ -15,8 +16,10 @@ USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= ocaml
USE_OCAML= yes
+USE_OCAML_FINDLIB= yes
-ALL_TARGET= default
+ALL_TARGET= release
+MAKE_ENV= LIBDIR="${OCAMLFIND_DESTDIR}"
PORTDOCS= CHANGES.md LICENSE.md README.md