git: 99b53b813f06 - main - multimedia/mp4v2: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 21:42:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=99b53b813f062afe831ac986b1948fe69495c5a9 commit 99b53b813f062afe831ac986b1948fe69495c5a9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 21:28:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 21:28:05 +0000 multimedia/mp4v2: Moved man to share/man Approved by: portmgr (blanket) --- multimedia/mp4v2/Makefile | 2 ++ multimedia/mp4v2/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index e5a14d56492f..44e11b0d2160 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -1,5 +1,6 @@ PORTNAME= mp4v2 PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/enzo1982/mp4v2/releases/download/v${PORTVERSION}/ @@ -15,6 +16,7 @@ CPE_VENDOR= mp4v2_project MAKEFILE= GNUmakefile GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes CONFIGURE_ENV= "FOUND_HELP2MAN=no" CXXFLAGS+= ${COMPILER_FEATURES:Mc++11:C/.+/-Wno-error=narrowing/} diff --git a/multimedia/mp4v2/pkg-plist b/multimedia/mp4v2/pkg-plist index bec478cd6a62..9b1f78d4ee13 100644 --- a/multimedia/mp4v2/pkg-plist +++ b/multimedia/mp4v2/pkg-plist @@ -25,9 +25,9 @@ lib/libmp4v2.so lib/libmp4v2.so.2 lib/libmp4v2.so.2.1.3 libdata/pkgconfig/mp4v2.pc -man/man1/mp4art.1.gz -man/man1/mp4chaps.1.gz -man/man1/mp4file.1.gz -man/man1/mp4subtitle.1.gz -man/man1/mp4tags.1.gz -man/man1/mp4track.1.gz +share/man/man1/mp4art.1.gz +share/man/man1/mp4chaps.1.gz +share/man/man1/mp4file.1.gz +share/man/man1/mp4subtitle.1.gz +share/man/man1/mp4tags.1.gz +share/man/man1/mp4track.1.gz