- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
parent
4205f3bf10
commit
ba39c8cba5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414792
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue