git: 955a970fb346 - main - sysutils/ck4up: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 14:31:09 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=955a970fb346695f6e17087b5ebc34fae6a14a28

commit 955a970fb346695f6e17087b5ebc34fae6a14a28
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 14:28:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 14:30:33 +0000

    sysutils/ck4up: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/ck4up/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/ck4up/Makefile b/sysutils/ck4up/Makefile
index c3d6bf3344ad..95fcad750ba2 100644
--- a/sysutils/ck4up/Makefile
+++ b/sysutils/ck4up/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ck4up
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://jue.li/crux/ck4up/
 
@@ -18,15 +18,15 @@ NO_ARCH=	yes
 PORTEXAMPLES=	ck4up.conf
 
 PLIST_FILES=	bin/ck4up \
-		man/man1/ck4up.1.gz
+		share/man/man1/ck4up.1.gz
 
 OPTIONS_DEFINE=	EXAMPLES
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
+	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g; s|man/man1|share/man/man1|g' \
 		${WRKSRC}/Makefile
 
-post-install:
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${STAGEDIR}${EXAMPLESDIR}