Skip to content

Commit

Permalink
security/py-ssh-audit: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 06e29c9 commit 149c91b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/py-ssh-audit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0
PORTREVISION= 1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -19,7 +20,7 @@ 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}
${INSTALL_MAN} ${WRKSRC}/ssh-audit.1 ${STAGEDIR}${PREFIX}/share/man/man1
${ECHO_CMD} share/man/man1/ssh-audit.1.gz >> ${TMPPLIST}

.include <bsd.port.mk>

0 comments on commit 149c91b

Please sign in to comment.