aboutsummaryrefslogtreecommitdiff
path: root/security/ocaml-cryptokit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-17 18:45:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-17 18:45:17 +0000
commit8fe2c146150f7bf21c000006f48d936291a44316 (patch)
treeba4ea28e501ca9f515af8208472e750c79b71e2c /security/ocaml-cryptokit
parentd8e5f747d365786b3d1dd7e5376dc3faa7bb186e (diff)
downloadports-8fe2c146150f7bf21c000006f48d936291a44316.tar.gz
ports-8fe2c146150f7bf21c000006f48d936291a44316.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=403927
Diffstat (limited to 'security/ocaml-cryptokit')
-rw-r--r--security/ocaml-cryptokit/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile
index 2cff2ea9c4f1..92a95ed3e933 100644
--- a/security/ocaml-cryptokit/Makefile
+++ b/security/ocaml-cryptokit/Makefile
@@ -24,11 +24,7 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-ALL_TARGET+= doc
-.endif
+DOCS_ALL_TARGET= doc
post-patch:
${REINPLACE_CMD} 's,"install","install" :: "-ldconf ignore",' \