Date: Sun, 25 Feb 2024 17:50:24 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: 351eea7e818c - main - sysutils/fusefs-rar2fs: Moved man to share/man Message-ID: <202402251750.41PHoOtC009631@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=351eea7e818c2bd10f1acd13adc89f804aaecf04 commit 351eea7e818c2bd10f1acd13adc89f804aaecf04 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:46:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:49:59 +0000 sysutils/fusefs-rar2fs: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fusefs-rar2fs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/fusefs-rar2fs/Makefile b/sysutils/fusefs-rar2fs/Makefile index 2f62353fa3c9..7d24b4dbd2d2 100644 --- a/sysutils/fusefs-rar2fs/Makefile +++ b/sysutils/fusefs-rar2fs/Makefile @@ -1,7 +1,7 @@ PORTNAME= rar2fs DISTVERSION= 1.29.5 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -20,6 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= hasse69 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static-unrar \ --with-fuse-lib=${LOCALBASE}/lib \ --with-fuse=${LOCALBASE}/include/fuse \ @@ -29,7 +30,7 @@ CONFIGURE_ENV= LIBUNRAR_PKG=${LIBUNRAR_PKG} PLIST_FILES= bin/${PORTNAME} \ bin/mkr2i \ - man/man1/rar2fs.1.gz + share/man/man1/rar2fs.1.gz LIBUNRAR_PORT= archivers/libunrar LIBUNRAR_PKG= ${LIBUNRAR_PORT:S|archivers/||}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251750.41PHoOtC009631>