diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-15 09:01:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-15 09:01:55 +0000 |
commit | f7a70dcec8d0084fbf8b5e94fb9760f1d9c90524 (patch) | |
tree | 7d42d51f513792d5788ac22e3659804ccab79be1 /security/ocaml-ssl | |
parent | 26feab0f094124d1c4b8c60a39d87a2c1d28c8fb (diff) |
Notes
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 |