diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-17 18:45:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-17 18:45:17 +0000 |
commit | 8fe2c146150f7bf21c000006f48d936291a44316 (patch) | |
tree | ba4ea28e501ca9f515af8208472e750c79b71e2c /security/ocaml-cryptokit/Makefile | |
parent | d8e5f747d365786b3d1dd7e5376dc3faa7bb186e (diff) | |
download | ports-8fe2c146150f7bf21c000006f48d936291a44316.tar.gz ports-8fe2c146150f7bf21c000006f48d936291a44316.zip |
Notes
Diffstat (limited to 'security/ocaml-cryptokit/Makefile')
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 6 |
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",' \ |