Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 10:56:25 +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: r402353 - head/devel/ocaml-annexlib
Message-ID:  <201511241056.tAOAuPCa061263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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