aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-11-07 04:14:00 +0800
committerpawel <pawel@FreeBSD.org>2015-11-07 04:14:00 +0800
commitb6b0183539e6cf2c197b25d55f8d9f73ee24f08e (patch)
tree21169fe17ba233800be4beff99c7fea94277fb66 /security
parentd514ac0b24742411440d5ff2d7e0bcc83cc762a8 (diff)
downloadfreebsd-ports-gnome-b6b0183539e6cf2c197b25d55f8d9f73ee24f08e.tar.gz
freebsd-ports-gnome-b6b0183539e6cf2c197b25d55f8d9f73ee24f08e.tar.zst
freebsd-ports-gnome-b6b0183539e6cf2c197b25d55f8d9f73ee24f08e.zip
Fix plist when DOCS=off
PR: 200013 Reported by: yuri@rawbw.com
Diffstat (limited to 'security')
-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: