Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 20:48:38 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: e7ed1fa017bf - main - net/nast: Sanitize MANPREFIX
Message-ID:  <202401212048.40LKmcvI008661@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=e7ed1fa017bf6ec1d081869d289e57f5a1b64f76

commit e7ed1fa017bf6ec1d081869d289e57f5a1b64f76
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 20:47:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:48:12 +0000

    net/nast: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 net/nast/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/nast/Makefile b/net/nast/Makefile
index 491b5542b1b2..f829e337b91c 100644
--- a/net/nast/Makefile
+++ b/net/nast/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nast
 DISTVERSION=	0.2.1-g20210616
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	fuz@FreeBSD.org
@@ -19,13 +20,13 @@ GH_TAGNAME=	96f4f8edd457772485415aaf5404ea56cf2b311f
 GNU_CONFIGURE=	yes
 CFLAGS+=	-fcommon
 
-PLIST_FILES=	bin/nast man/man8/nast.8.gz
+PLIST_FILES=	bin/nast share/man/man8/nast.8.gz
 
 post-patch:
 	@${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${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?202401212048.40LKmcvI008661>