diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-22 04:57:25 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-22 04:57:25 +0800 |
commit | 9bc26d8b870537d582150f6afc92db0dceb169f7 (patch) | |
tree | 7af141b2cff02db7e209b599f011a120ba0e2fe2 /security/gsasl/Makefile | |
parent | science/netcdf: Update to 4.9.0 (diff) |
security/gsasl: Update to 2.0.0
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 6ce3b8982b0d..6f73c49d57f4 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= gsasl -PORTVERSION= 1.10.0 +PORTVERSION= 2.0.0 CATEGORIES= security MASTER_SITES= GNU @@ -23,11 +23,15 @@ INFO= gsasl OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +DOCS_USES= makeinfo NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +post-build-DOCS-on: + cd ${WRKSRC}/doc && ${MAKE_CMD} gsasl.html + post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/gsasl.html ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |