Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:53:51 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: 951554d100ce - main - sysutils/kiconvtool: Sanitize MANPREFIX
Message-ID:  <202401211753.40LHrpXg017321@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=951554d100ce860923f43205d167b1d2d8c9d347

commit 951554d100ce860923f43205d167b1d2d8c9d347
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 17:22:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 17:53:29 +0000

    sysutils/kiconvtool: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 sysutils/kiconvtool/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sysutils/kiconvtool/Makefile b/sysutils/kiconvtool/Makefile
index f073de0a8ba1..39e3db1f4a66 100644
--- a/sysutils/kiconvtool/Makefile
+++ b/sysutils/kiconvtool/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kiconvtool
 PORTVERSION=	0.99
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -14,6 +15,10 @@ GH_ACCOUNT=	AMDmi3
 USES=		iconv	# used by libkiconv, actually
 
 PLIST_FILES=	sbin/${PORTNAME} etc/rc.d/kiconv \
-		man/man8/${PORTNAME}.8.gz
+		share/man/man8/${PORTNAME}.8.gz
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|man/man|share/man/man|g' \
+		${WRKSRC}/Makefile
 
 .include <bsd.port.mk>



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