Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2024 23:39:48 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46ef8dff85c5 - main - devel/libzvbi: Move man pages to share/man
Message-ID:  <202403052339.425NdmTM015746@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46ef8dff85c5cbe0b106450b0e01f1cd32c03196

commit 46ef8dff85c5cbe0b106450b0e01f1cd32c03196
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-05 21:28:15 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-05 23:35:45 +0000

    devel/libzvbi: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libzvbi/Makefile  | 3 ++-
 devel/libzvbi/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 30bfb23ce60f..aff8e2e42657 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libzvbi
 PORTVERSION=	0.2.35
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	SF/zapping/zvbi/${PORTVERSION}
 DISTNAME=	${PORTNAME:S/lib//}-${PORTVERSION}
@@ -16,6 +16,7 @@ LIB_DEPENDS+=	libpng.so:graphics/png \
 
 USES=		iconv libtool localbase pathfix tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--without-doxygen
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/devel/libzvbi/pkg-plist b/devel/libzvbi/pkg-plist
index e0b65c51313f..bf25325e2a7f 100644
--- a/devel/libzvbi/pkg-plist
+++ b/devel/libzvbi/pkg-plist
@@ -5,7 +5,6 @@ lib/libzvbi.so
 lib/libzvbi.so.0
 lib/libzvbi.so.0.13.2
 libdata/pkgconfig/zvbi-0.2.pc
-man/man1/zvbi-ntsc-cc.1.gz
 %%NLS%%share/locale/de/LC_MESSAGES/zvbi.mo
 %%NLS%%share/locale/en@boldquot/LC_MESSAGES/zvbi.mo
 %%NLS%%share/locale/en@quot/LC_MESSAGES/zvbi.mo
@@ -14,3 +13,4 @@ man/man1/zvbi-ntsc-cc.1.gz
 %%NLS%%share/locale/it/LC_MESSAGES/zvbi.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/zvbi.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/zvbi.mo
+share/man/man1/zvbi-ntsc-cc.1.gz



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