Date: Sun, 25 Feb 2024 13:46:21 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb4e3aea0bdb - main - shells/bicon: Moved man to share/man Message-ID: <202402251346.41PDkLPx093669@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb4e3aea0bdbd482f9bb9309f50f589a4c2fe0f5 commit cb4e3aea0bdbd482f9bb9309f50f589a4c2fe0f5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:37:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:37:11 +0000 shells/bicon: Moved man to share/man Approved by: portmgr (blanket) --- shells/bicon/Makefile | 2 ++ shells/bicon/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/shells/bicon/Makefile b/shells/bicon/Makefile index 6b48a17e1dfd..1dbdf41ee103 100644 --- a/shells/bicon/Makefile +++ b/shells/bicon/Makefile @@ -1,5 +1,6 @@ PORTNAME= bicon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= ports@FreeBSD.org @@ -17,6 +18,7 @@ SHEBANG_FILES= bin/bicon.in \ USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_GITHUB= yes diff --git a/shells/bicon/pkg-plist b/shells/bicon/pkg-plist index 540ee48b956f..5c50aa62e4b2 100644 --- a/shells/bicon/pkg-plist +++ b/shells/bicon/pkg-plist @@ -18,8 +18,8 @@ lib/bicon/libbjoining.so lib/bicon/libbjoining.so.0 lib/bicon/libbjoining.so.0.0.0 libdata/pkgconfig/bicon.pc -man/man1/bicon.1.gz -man/man1/bicon.bin.1.gz +share/man/man1/bicon.1.gz +share/man/man1/bicon.bin.1.gz %%DATADIR%%/keymap/ae.map.gz %%DATADIR%%/keymap/arabic.map.gz %%DATADIR%%/keymap/bh.map.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251346.41PDkLPx093669>