diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-18 02:45:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-18 02:45:17 +0800 |
commit | 5ba15053ab362e2e57d01af6c0cb4dc9ac861b5c (patch) | |
tree | ba4ea28e501ca9f515af8208472e750c79b71e2c /security/ocaml-cryptokit | |
parent | 58e356dfef2d30984fcbec1877d1eef50f6c11fa (diff) | |
download | freebsd-ports-gnome-5ba15053ab362e2e57d01af6c0cb4dc9ac861b5c.tar.gz freebsd-ports-gnome-5ba15053ab362e2e57d01af6c0cb4dc9ac861b5c.tar.zst freebsd-ports-gnome-5ba15053ab362e2e57d01af6c0cb4dc9ac861b5c.zip |
- Switch to options helpers
Diffstat (limited to 'security/ocaml-cryptokit')
-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",' \ |