Date: Sun, 8 May 2016 09:03:30 +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: r414792 - head/security/ocaml-cryptgps Message-ID: <201605080903.u4893Usc065002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605080903.u4893Usc065002>