Date: Tue, 23 Jan 2024 19:56:33 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: 33b63a1c523f - main - audio/speex: Impelled to share/man Message-ID: <202401231956.40NJuXJf098415@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=33b63a1c523fcda20a3f8573b1c56560fc602432 commit 33b63a1c523fcda20a3f8573b1c56560fc602432 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 19:10:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 19:56:18 +0000 audio/speex: Impelled to share/man Approved by: portmgr (blanket) --- audio/speex/Makefile | 2 ++ audio/speex/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 170c7a838b56..39fefd3c5460 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,5 +1,6 @@ PORTNAME= speex DISTVERSION= 1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -16,6 +17,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ USES= cpe libtool pathfix pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPE_VENDOR= xiph diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index c1a2ed39fb1b..454e409194e6 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -12,6 +12,6 @@ lib/libspeex.so lib/libspeex.so.1 lib/libspeex.so.1.5.2 libdata/pkgconfig/speex.pc -man/man1/speexdec.1.gz -man/man1/speexenc.1.gz +share/man/man1/speexdec.1.gz +share/man/man1/speexenc.1.gz share/aclocal/speex.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231956.40NJuXJf098415>