diff options
Diffstat (limited to 'textproc/py-jiter/Makefile')
-rw-r--r-- | textproc/py-jiter/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/py-jiter/Makefile b/textproc/py-jiter/Makefile index 19f9ab46fb1c..4ad78c80dc20 100644 --- a/textproc/py-jiter/Makefile +++ b/textproc/py-jiter/Makefile @@ -1,5 +1,5 @@ PORTNAME= jiter -DISTVERSION= 0.9.0 +DISTVERSION= 0.10.0 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI @@ -23,4 +23,12 @@ CARGO_INSTALL= no BINARY_ALIAS= python3=${PYTHON_CMD} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> |