svn commit: r400956 - head/security/ocaml-cryptokit

Pawel Pekala pawel at FreeBSD.org
Fri Nov 6 20:14:01 UTC 2015


Author: pawel
Date: Fri Nov  6 20:14:00 2015
New Revision: 400956
URL: https://svnweb.freebsd.org/changeset/ports/400956

Log:
  Fix plist when DOCS=off
  
  PR:		200013
  Reported by:	yuri at rawbw.com

Modified:
  head/security/ocaml-cryptokit/Makefile

Modified: head/security/ocaml-cryptokit/Makefile
==============================================================================
--- head/security/ocaml-cryptokit/Makefile	Fri Nov  6 19:43:42 2015	(r400955)
+++ head/security/ocaml-cryptokit/Makefile	Fri Nov  6 20:14:00 2015	(r400956)
@@ -12,6 +12,7 @@ COMMENT=	Variety of cryptographic primit
 
 DESTDIRNAME=	destdir
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--docdir ${OCAML_DOCSDIR}
 
 USE_OCAML=	yes
 USE_OCAML_LDCONFIG=	yes
@@ -27,7 +28,6 @@ OPTIONS_DEFINE=	DOCS
 
 .if ${PORT_OPTIONS:MDOCS}
 ALL_TARGET+=	doc
-CONFIGURE_ARGS+=	--docdir ${OCAML_DOCSDIR}
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list