Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2024 16:44:41 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c7b4269805c - main - irc/bitlbee: Update manpages path
Message-ID:  <202401081644.408Gif5k035663@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c7b4269805c57837bed22a01162e6b1208ac32a

commit 0c7b4269805c57837bed22a01162e6b1208ac32a
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-08 14:57:45 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-08 16:43:49 +0000

    irc/bitlbee: Update manpages path
    
    Move manpages to ${PREFIX}/share/man
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 irc/bitlbee/Makefile  | 4 ++--
 irc/bitlbee/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index a8841ddd197f..f8830747f2ac 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bitlbee
 PORTVERSION=	3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://get.bitlbee.org/src/ \
 		LOCAL/brix
@@ -24,7 +24,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=		--config=/var/db/bitlbee \
 			--pcdir=${PREFIX}/libdata/pkgconfig \
 			--prefix=${PREFIX} \
-			--mandir=${PREFIX}/man \
+			--mandir=${PREFIX}/share/man \
 			--strip=1 \
 			--yahoo=0
 
diff --git a/irc/bitlbee/pkg-plist b/irc/bitlbee/pkg-plist
index 771709cdbce8..a78ad2a3e6d5 100644
--- a/irc/bitlbee/pkg-plist
+++ b/irc/bitlbee/pkg-plist
@@ -1,5 +1,5 @@
-man/man5/bitlbee.conf.5.gz
-man/man8/bitlbee.8.gz
+share/man/man5/bitlbee.conf.5.gz
+share/man/man8/bitlbee.8.gz
 sbin/bitlbee
 include/bitlbee/account.h
 include/bitlbee/arc.h



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