aboutsummaryrefslogtreecommitdiff
path: root/security/ocaml-cryptokit
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-11-06 20:14:00 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-11-06 20:14:00 +0000
commit6100c598aeef77b2937fa9954d550ea399a0b92f (patch)
tree21169fe17ba233800be4beff99c7fea94277fb66 /security/ocaml-cryptokit
parent3937761915504567f57263429f6547622fb07d70 (diff)
downloadports-6100c598aeef77b2937fa9954d550ea399a0b92f.tar.gz
ports-6100c598aeef77b2937fa9954d550ea399a0b92f.zip
Fix plist when DOCS=off
PR: 200013 Reported by: yuri@rawbw.com
Notes
Notes: svn path=/head/; revision=400956
Diffstat (limited to 'security/ocaml-cryptokit')
-rw-r--r--security/ocaml-cryptokit/Makefile2
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: