git: 5537ba2eaa0f - main - security/nyx: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:32:21 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5537ba2eaa0f74190f0c4704365a1f0729d2f5e8
commit 5537ba2eaa0f74190f0c4704365a1f0729d2f5e8
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:47:28 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:32:09 +0000
security/nyx: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/nyx/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/nyx/Makefile b/security/nyx/Makefile
index a9b37cdf0026..0ca0b04f9c8b 100644
--- a/security/nyx/Makefile
+++ b/security/nyx/Makefile
@@ -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>