diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile index f1de9202c363..f6fd69aca8d8 100644 --- a/security/py-ssh-audit/Makefile +++ b/security/py-ssh-audit/Makefile @@ -1,21 +1,26 @@ PORTNAME= ssh-audit DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pkubaj@FreeBSD.org COMMENT= SSH server auditing WWW= https://github.com/jtesta/ssh-audit LICENSE= MIT BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= jtesta USE_PYTHON= autoplist pep517 +post-install: + ${INSTALL_MAN} ${WRKSRC}/ssh-audit.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${ECHO_CMD} man/man1/ssh-audit.1.gz >> ${TMPPLIST} + .include