git: a916854e5da3 - main - textproc/coccigrep: fix manpage installation

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 13:01:03 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a916854e5da3b5fe95baefd382cbac06635ac753

commit a916854e5da3b5fe95baefd382cbac06635ac753
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-12 12:58:59 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-12 13:00:47 +0000

    textproc/coccigrep: fix manpage installation
---
 textproc/coccigrep/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile
index a6f55a214cd7..c020b1c04a4b 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -25,7 +25,7 @@ PORTDOCS=	ChangeLog README.rst
 OPTIONS_DEFINE=	DOCS
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.el ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.vim ${STAGEDIR}${DATADIR}