git: e7ed1fa017bf - main - net/nast: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:48:38 UTC
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>