Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 18:45:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403927 - head/security/ocaml-cryptokit
Message-ID:  <201512171845.tBHIjHYV056033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 17 18:45:17 2015
New Revision: 403927
URL: https://svnweb.freebsd.org/changeset/ports/403927

Log:
  - Switch to options helpers

Modified:
  head/security/ocaml-cryptokit/Makefile

Modified: head/security/ocaml-cryptokit/Makefile
==============================================================================
--- head/security/ocaml-cryptokit/Makefile	Thu Dec 17 18:45:11 2015	(r403926)
+++ head/security/ocaml-cryptokit/Makefile	Thu Dec 17 18:45:17 2015	(r403927)
@@ -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",' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512171845.tBHIjHYV056033>