Date: Tue, 30 Jan 2024 11:49:59 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: 637a62c1d4bd - main - audio/festival: Moved man to share/man Message-ID: <202401301149.40UBnxx8044676@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=637a62c1d4bd929c251428b311389941834da1b7 commit 637a62c1d4bd929c251428b311389941834da1b7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 11:46:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 11:49:33 +0000 audio/festival: Moved man to share/man Approved by: portmgr (blanket) --- audio/festival/Makefile | 6 +++--- audio/festival/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/festival/Makefile b/audio/festival/Makefile index b9ce50db94b5..1f9635af3642 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,6 +1,6 @@ PORTNAME= festival PORTVERSION= 2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio accessibility MASTER_SITES= FESTIVAL DISTFILES= ${DISTNAME}-release.tar.gz \ @@ -107,7 +107,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/festival.sh ${STAGEDIR}${PREFIX}/bin/festival ${INSTALL_SCRIPT} ${WRKDIR}/festival_client.sh ${STAGEDIR}${PREFIX}/bin/festival_client ${INSTALL_DATA} ${WRKDIR}/sitevars.scm ${STAGEDIR}${DATADIR}/lib/sitevars.scm - ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/man/man1/festival.1 - ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/man/man1/festival_client.1 + ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/share/man/man1/festival.1 + ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/share/man/man1/festival_client.1 .include <bsd.port.mk> diff --git a/audio/festival/pkg-plist b/audio/festival/pkg-plist index 1ffcd754d468..bf94016b3e43 100644 --- a/audio/festival/pkg-plist +++ b/audio/festival/pkg-plist @@ -3,8 +3,8 @@ bin/festival_client libexec/audsp libexec/festival.naked libexec/festival_client.naked -man/man1/festival.1.gz -man/man1/festival_client.1.gz +share/man/man1/festival.1.gz +share/man/man1/festival_client.1.gz %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/addr-mode.scm %%DATADIR%%/examples/apml.dtd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401301149.40UBnxx8044676>