svn commit: r402353 - head/devel/ocaml-annexlib

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 24 10:56:27 UTC 2015


Author: amdmi3
Date: Tue Nov 24 10:56:25 2015
New Revision: 402353
URL: https://svnweb.freebsd.org/changeset/ports/402353

Log:
  - Switch to options helpers

Modified:
  head/devel/ocaml-annexlib/Makefile

Modified: head/devel/ocaml-annexlib/Makefile
==============================================================================
--- head/devel/ocaml-annexlib/Makefile	Tue Nov 24 10:19:22 2015	(r402352)
+++ head/devel/ocaml-annexlib/Makefile	Tue Nov 24 10:56:25 2015	(r402353)
@@ -29,7 +29,7 @@ ALL_TARGET=	all opt
 SA_DIR=		${LOCALBASE}/${OCAML_SITELIBDIR}
 DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list