git: c47815f2a288 - main - net-mgmt/nagnu: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 16:52:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c47815f2a2884ce958afc1bbd6f966ed0edeed8d
commit c47815f2a2884ce958afc1bbd6f966ed0edeed8d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 16:18:29 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 16:52:32 +0000
net-mgmt/nagnu: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
net-mgmt/nagnu/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mgmt/nagnu/Makefile b/net-mgmt/nagnu/Makefile
index 5ee8e0a6c6e8..5aa18fe0c4d6 100644
--- a/net-mgmt/nagnu/Makefile
+++ b/net-mgmt/nagnu/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nagnu
PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= fredrik@min-hemsida.net
@@ -16,7 +16,7 @@ USES= ncurses
USE_GITHUB= yes
GH_ACCOUNT= frlen
PLIST_FILES= bin/nagnu \
- man/man8/nagnu.8.gz \
+ share/man/man8/nagnu.8.gz \
share/examples/nagnu/nagnu.conf.sample
GNU_CONFIGURE= yes
@@ -30,6 +30,6 @@ do-install:
${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample
${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \
- ${STAGEDIR}${MANPREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>