git: df372e19aad6 - main - sysutils/cmogstored: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 10:40:04 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=df372e19aad60b92d94dc4c243f0a21491692555 commit df372e19aad60b92d94dc4c243f0a21491692555 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 08:54:50 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 10:39:40 +0000 sysutils/cmogstored: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/cmogstored/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/cmogstored/Makefile b/sysutils/cmogstored/Makefile index 7a2ed3d20647..d90d16d27136 100644 --- a/sysutils/cmogstored/Makefile +++ b/sysutils/cmogstored/Makefile @@ -1,5 +1,6 @@ PORTNAME= cmogstored PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://yhbt.net/cmogstored/files/ @@ -16,9 +17,10 @@ BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_ad USES= compiler:c11 PLIST_FILES= sbin/cmogstored \ - man/man1/cmogstored.1.gz + share/man/man1/cmogstored.1.gz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/sbin USE_RC_SUBR= cmogstored TEST_TARGET= check