Date: Thu, 22 Feb 2024 18:19:44 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: f30b6153adbd - main - comms/qico: Moved man to share/man Message-ID: <202402221819.41MIJi52002082@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=f30b6153adbdefeec7e5e061afda15d3047a0339 commit f30b6153adbdefeec7e5e061afda15d3047a0339 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 17:24:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 18:19:20 +0000 comms/qico: Moved man to share/man Approved by: portmgr (blanket) --- comms/qico/Makefile | 3 ++- comms/qico/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/comms/qico/Makefile b/comms/qico/Makefile index 153128c9eb1e..37addea949fe 100644 --- a/comms/qico/Makefile +++ b/comms/qico/Makefile @@ -1,5 +1,6 @@ PORTNAME= qico PORTVERSION= 0.59.1 +PORTREVISION= 1 CATEGORIES= comms MAINTAINER= admin@5034.ru @@ -75,7 +76,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/stuff/${i} ${STAGEDIR}${EXAMPLESDIR}/${i} .endfor .for i in ${MANS} - ${INSTALL_MAN} ${WRKSRC}/man/${i} ${STAGEDIR}${PREFIX}/man/man8/${i} + ${INSTALL_MAN} ${WRKSRC}/man/${i} ${STAGEDIR}${PREFIX}/share/man/man8/${i} .endfor do-install-QCC-on: diff --git a/comms/qico/pkg-plist b/comms/qico/pkg-plist index ecf7a48dd11b..56288a371d15 100644 --- a/comms/qico/pkg-plist +++ b/comms/qico/pkg-plist @@ -24,10 +24,10 @@ %%EXAMPLESDIR%%/test.pl %%EXAMPLESDIR%%/tossing %%QCC%%bin/qcc -%%QCC%%man/man8/qcc.8.gz +%%QCC%%share/man/man8/qcc.8.gz bin/qctl -man/man8/qctl.8.gz -man/man8/qico.8.gz +share/man/man8/qctl.8.gz +share/man/man8/qico.8.gz sbin/qico @dir /var/log/fido @dir %%QBASEDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221819.41MIJi52002082>