diff options
Diffstat (limited to 'security/ocaml-ssl')
-rw-r--r-- | security/ocaml-ssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile index dbbedd47403f..e4c84bc70a4b 100644 --- a/security/ocaml-ssl/Makefile +++ b/security/ocaml-ssl/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= OpenSSL bindings for OCaml +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= savonet GH_PROJECT= ocaml-ssl @@ -35,7 +38,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}/html |