svn commit: r414792 - head/security/ocaml-cryptgps

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 8 09:03:31 UTC 2016


Author: amdmi3
Date: Sun May  8 09:03:30 2016
New Revision: 414792
URL: https://svnweb.freebsd.org/changeset/ports/414792

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/security/ocaml-cryptgps/Makefile

Modified: head/security/ocaml-cryptgps/Makefile
==============================================================================
--- head/security/ocaml-cryptgps/Makefile	Sun May  8 06:43:18 2016	(r414791)
+++ head/security/ocaml-cryptgps/Makefile	Sun May  8 09:03:30 2016	(r414792)
@@ -12,6 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Symmetric cryptographic algorithms package for OCaml
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		gmake
@@ -26,7 +27,7 @@ DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list