git: 96378cd0c9ed - main - irc/icbirc: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:34 UTC
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>