diff options
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index faa0a0a01632..2cff2ea9c4f1 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -12,6 +12,7 @@ COMMENT= Variety of cryptographic primitives for Objective Caml DESTDIRNAME= destdir HAS_CONFIGURE= yes +CONFIGURE_ARGS= --docdir ${OCAML_DOCSDIR} USE_OCAML= yes USE_OCAML_LDCONFIG= yes @@ -27,7 +28,6 @@ OPTIONS_DEFINE= DOCS .if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= doc -CONFIGURE_ARGS+= --docdir ${OCAML_DOCSDIR} .endif post-patch: |