Index: head/security/ocaml-cryptokit/Makefile =================================================================== --- head/security/ocaml-cryptokit/Makefile (revision 403926) +++ head/security/ocaml-cryptokit/Makefile (revision 403927) @@ -1,37 +1,33 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= cryptokit PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org 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 USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS -.include - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= doc -.endif +DOCS_ALL_TARGET= doc post-patch: ${REINPLACE_CMD} 's,"install","install" :: "-ldconf ignore",' \ ${WRKSRC}/setup.ml .include