security/nyx: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-01-21 22:47:28 +01:00
parent 5a79327e5f
commit 5537ba2eaa
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= nyx
PORTVERSION= 2.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= PYPI
@ -19,9 +19,9 @@ USE_PYTHON= distutils autoplist noflavors
NO_ARCH= yes
PLIST_FILES= man/man1/nyx.1.gz
PLIST_FILES= share/man/man1/nyx.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/nyx.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/nyx.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>