aboutsummaryrefslogtreecommitdiff
path: root/security/ocaml-cryptgps
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-08 09:03:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-08 09:03:30 +0000
commitba39c8cba5859d5309487ca012a19fb9d32d118e (patch)
treef2792ab225e7299dd5687b4d66f5f653545fbaf2 /security/ocaml-cryptgps
parent4205f3bf10e2e131354a60250de7dbb1c8ce06e6 (diff)
downloadports-ba39c8cba5859d5309487ca012a19fb9d32d118e.tar.gz
ports-ba39c8cba5859d5309487ca012a19fb9d32d118e.zip
- Add LICENSE_FILE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=414792
Diffstat (limited to 'security/ocaml-cryptgps')
-rw-r--r--security/ocaml-cryptgps/Makefile3
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}