Date: Mon, 22 Jan 2024 16:52:53 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c47815f2a288 - main - net-mgmt/nagnu: Sanitize MANPREFIX Message-ID: <202401221652.40MGqr57053579@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221652.40MGqr57053579>