aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-11-08 22:46:22 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-11-09 08:39:51 +0000
commitbd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c (patch)
treedc4b759f8a94a77eb9a3fd6f98bca07ee4d00990
parent1a8019b9686f1dde684ebbbd25773b404f460ee3 (diff)
downloadports-bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c.tar.gz
ports-bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c.zip
security/py-ssh-audit: add manpage
PR: 274842 Reported by: dclarke@blastwave.org
-rw-r--r--security/py-ssh-audit/Makefile5
1 files changed, 5 insertions, 0 deletions
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,6 +1,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +19,8 @@ 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 <bsd.port.mk>