Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2024 10:25:50 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 331c8cc7a9db - main - comms/birda: Move man pages to share/man
Message-ID:  <202403181025.42IAPopV042236@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=331c8cc7a9dbefe725c258c963d24a4e53ffa066

commit 331c8cc7a9dbefe725c258c963d24a4e53ffa066
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-18 09:18:27 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-18 10:25:38 +0000

    comms/birda: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 comms/birda/Makefile  |  3 +++
 comms/birda/pkg-plist | 18 +++++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/comms/birda/Makefile b/comms/birda/Makefile
index d38114da7577..94883f1b1c32 100644
--- a/comms/birda/Makefile
+++ b/comms/birda/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	birda
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/
 
@@ -8,6 +9,8 @@ COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
 
 USES=		uidfix
 
+MAKE_ARGS=	MANDIR="${PREFIX}/share/man/man"
+
 # XXX Static libraries with PIE are currently unsupported.
 MAKE_ENV+=	WITHOUT_PIE=true
 
diff --git a/comms/birda/pkg-plist b/comms/birda/pkg-plist
index b608445d222c..fe54aee83c04 100644
--- a/comms/birda/pkg-plist
+++ b/comms/birda/pkg-plist
@@ -7,12 +7,12 @@ bin/mkobexmemo
 bin/mkobexpdb
 bin/mkobextel
 bin/mkobextodo
-man/man1/ircomm.1.gz
-man/man1/irobex.1.gz
-man/man1/irs.1.gz
-man/man1/mkobexcard.1.gz
-man/man1/mkobexdate.1.gz
-man/man1/mkobexmemo.1.gz
-man/man1/mkobexpdb.1.gz
-man/man1/mkobextel.1.gz
-man/man1/mkobextodo.1.gz
+share/man/man1/ircomm.1.gz
+share/man/man1/irobex.1.gz
+share/man/man1/irs.1.gz
+share/man/man1/mkobexcard.1.gz
+share/man/man1/mkobexdate.1.gz
+share/man/man1/mkobexmemo.1.gz
+share/man/man1/mkobexpdb.1.gz
+share/man/man1/mkobextel.1.gz
+share/man/man1/mkobextodo.1.gz



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