Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:34 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96378cd0c9ed - main - irc/icbirc: Move man page to share/man
Message-ID:  <202403290821.42T8LYb5076369@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=96378cd0c9ed932225c90cdf376c3c98a2ccaf38

commit 96378cd0c9ed932225c90cdf376c3c98a2ccaf38
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:08:57 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:08:58 +0000

    irc/icbirc: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 irc/icbirc/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/irc/icbirc/Makefile b/irc/icbirc/Makefile
index f79569ea81e4..522111a85ef2 100644
--- a/irc/icbirc/Makefile
+++ b/irc/icbirc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	icbirc
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://www.benzedrine.ch/
 
@@ -11,8 +12,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${FILESDIR}/COPYING
 
 USES=		uidfix
-MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
+MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/share/man/man"
 PLIST_FILES=	bin/icbirc \
-		man/man8/icbirc.8.gz
+		share/man/man8/icbirc.8.gz
 
 .include <bsd.port.mk>



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