Date: Sun, 21 Jan 2024 20:48:26 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: b6fa5b0dd101 - main - games/neo: Sanitize MANPREFIX Message-ID: <202401212048.40LKmQRl008238@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=b6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46 commit b6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:38:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:48:10 +0000 games/neo: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/neo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/neo/Makefile b/games/neo/Makefile index 08bb10b03d07..4a407e045547 100644 --- a/games/neo/Makefile +++ b/games/neo/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/neo ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/neo.6 ${STAGEDIR}${MANPREFIX}/share/man/man6 + ${INSTALL_MAN} ${WRKSRC}/doc/neo.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212048.40LKmQRl008238>