Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 14:08:58 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: 83e083e3004d - main - accessibility/speech-dispatcher: Moved man to share/man
Message-ID:  <202401291408.40TE8wRZ052334@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=83e083e3004da62c3723c7347472cfbdc08d7821

commit 83e083e3004da62c3723c7347472cfbdc08d7821
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 13:42:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 14:08:32 +0000

    accessibility/speech-dispatcher: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 accessibility/speech-dispatcher/Makefile  | 3 ++-
 accessibility/speech-dispatcher/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index 69c37ce98f82..2a2632482f84 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	speech-dispatcher
 DISTVERSION=	0.11.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES?=	accessibility audio
 MASTER_SITES=	https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/
 
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libdotconf.so:devel/dotconf \
 USES=		alias autoreconf gettext gmake gnome libtool makeinfo pathfix pkgconfig
 USE_GNOME=	glib20 intltool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-espeak-ng=no \
 		--with-baratinoo=no \
 		--with-kali=no \
diff --git a/accessibility/speech-dispatcher/pkg-plist b/accessibility/speech-dispatcher/pkg-plist
index 0a9aec75ebc1..03a67016cc8b 100644
--- a/accessibility/speech-dispatcher/pkg-plist
+++ b/accessibility/speech-dispatcher/pkg-plist
@@ -45,8 +45,8 @@ libexec/speech-dispatcher-modules/sd_festival
 %%FLITE%%libexec/speech-dispatcher-modules/sd_flite
 libexec/speech-dispatcher-modules/sd_generic
 %%VOXIN%%libexec/speech-dispatcher-modules/sd_voxin
-man/man1/spd-say.1.gz
-man/man1/speech-dispatcher.1.gz
+share/man/man1/spd-say.1.gz
+share/man/man1/speech-dispatcher.1.gz
 share/locale/cs/LC_MESSAGES/speech-dispatcher.mo
 share/locale/de/LC_MESSAGES/speech-dispatcher.mo
 share/locale/eo/LC_MESSAGES/speech-dispatcher.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291408.40TE8wRZ052334>