Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 10:49:04 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90843f71fa21 - main - devel/libvc: Move man pages to share/man
Message-ID:  <202403061049.426An4mb049826@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=90843f71fa21409870dc257aa27c09099c49cc26

commit 90843f71fa21409870dc257aa27c09099c49cc26
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 10:21:18 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 10:48:39 +0000

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

diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile
index 49d0b0e6fefd..cc8b8c106f06 100644
--- a/devel/libvc/Makefile
+++ b/devel/libvc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libvc
 PORTVERSION=	003
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF/rolo/${PORTNAME}/${PORTVERSION}
 
@@ -10,6 +10,7 @@ WWW=		https://rolo.sourceforge.net/
 
 USES=		bison:alias libtool tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS
diff --git a/devel/libvc/pkg-plist b/devel/libvc/pkg-plist
index a741e4958378..3ce384919618 100644
--- a/devel/libvc/pkg-plist
+++ b/devel/libvc/pkg-plist
@@ -3,7 +3,7 @@ lib/libvc.a
 lib/libvc.so
 lib/libvc.so.0
 lib/libvc.so.0.0.0
-man/man3/vc.3.gz
+share/man/man3/vc.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/NEWS



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