Date: Sat, 24 Feb 2024 22:17:55 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: b5aa442c0a3e - main - net-im/biboumi: Moved man to share/man Message-ID: <202402242217.41OMHtZJ010308@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=b5aa442c0a3eee017a0018fbb28c8b77db730ce7 commit b5aa442c0a3eee017a0018fbb28c8b77db730ce7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 21:48:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:35 +0000 net-im/biboumi: Moved man to share/man Approved by: portmgr (blanket) --- net-im/biboumi/Makefile | 4 ++-- net-im/biboumi/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/biboumi/Makefile b/net-im/biboumi/Makefile index b71f4b2b1b04..a75a22b09c61 100644 --- a/net-im/biboumi/Makefile +++ b/net-im/biboumi/Makefile @@ -1,6 +1,6 @@ PORTNAME= biboumi DISTVERSION= 9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= https://git.louiz.org/biboumi/snapshot/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -83,7 +83,7 @@ post-install: ${MKDIR} ${STAGEDIR}/var/run/biboumi ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/conf/*policy.txt ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/_build/man/*.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/_build/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net-im/biboumi/pkg-plist b/net-im/biboumi/pkg-plist index 5dff1d8f521d..70cd35745ee6 100644 --- a/net-im/biboumi/pkg-plist +++ b/net-im/biboumi/pkg-plist @@ -1,5 +1,5 @@ bin/biboumi -man/man1/biboumi.1.gz +share/man/man1/biboumi.1.gz @sample %%ETCDIR%%/biboumi.cfg.sample %%ETCDIR%%/biboumi.cfg @dir(%%USER%%,%%GROUP%%) /var/db/biboumi @dir(%%USER%%,%%GROUP%%) /var/run/biboumi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242217.41OMHtZJ010308>