diff options
Diffstat (limited to 'security/ocaml-cryptgps/Makefile')
-rw-r--r-- | security/ocaml-cryptgps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ocaml-cryptgps/Makefile b/security/ocaml-cryptgps/Makefile index 96f198a10f3c..baf1fa2b5f25 100644 --- a/security/ocaml-cryptgps/Makefile +++ b/security/ocaml-cryptgps/Makefile @@ -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} |