git: 8edc3881a6d1 - main - multimedia/libdca: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 14:08:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8edc3881a6d1d644604f13c83c4ae3007aa5158f commit 8edc3881a6d1d644604f13c83c4ae3007aa5158f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 13:43:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 14:08:33 +0000 multimedia/libdca: Moved man to share/man Approved by: portmgr (blanket) --- multimedia/libdca/Makefile | 2 ++ multimedia/libdca/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index 77ed9d245e88..593651e89245 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -1,5 +1,6 @@ PORTNAME= libdca PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ https://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ @@ -15,6 +16,7 @@ USES= autoreconf libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/multimedia/libdca/pkg-plist b/multimedia/libdca/pkg-plist index b9f32b1d59ac..13a5003ba7c9 100644 --- a/multimedia/libdca/pkg-plist +++ b/multimedia/libdca/pkg-plist @@ -11,7 +11,7 @@ lib/libdca.so.0.0.0 lib/libdts.a libdata/pkgconfig/libdca.pc libdata/pkgconfig/libdts.pc -man/man1/dcadec.1.gz -man/man1/extract_dca.1.gz -man/man1/dtsdec.1.gz -man/man1/extract_dts.1.gz +share/man/man1/dcadec.1.gz +share/man/man1/extract_dca.1.gz +share/man/man1/dtsdec.1.gz +share/man/man1/extract_dts.1.gz