git: 14fcc24c54d8 - main - sysutils/clockspeed: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 21:41:30 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14fcc24c54d833d4d391c6fce92b9827a314fa72

commit 14fcc24c54d833d4d391c6fce92b9827a314fa72
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 21:20:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 21:40:45 +0000

    sysutils/clockspeed: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/clockspeed/Makefile  |  4 ++--
 sysutils/clockspeed/pkg-plist | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile
index 496ed5a86844..9b81eada5659 100644
--- a/sysutils/clockspeed/Makefile
+++ b/sysutils/clockspeed/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	clockspeed
 PORTVERSION=	0.62
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://cr.yp.to/clockspeed/ \
 		http://redundancy.redundancy.org/mirror/
@@ -55,7 +55,7 @@ do-install:
 	${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/bin/
 .endfor
 .for i in ${MAN_FILES}
-	${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/man/man1/
+	${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/share/man/man1/
 .endfor
 	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
 		${STAGEDIR}/${PREFIX}/etc/clockspeed
diff --git a/sysutils/clockspeed/pkg-plist b/sysutils/clockspeed/pkg-plist
index 66a213e9d729..d8ecc806f54b 100644
--- a/sysutils/clockspeed/pkg-plist
+++ b/sysutils/clockspeed/pkg-plist
@@ -9,10 +9,10 @@ bin/taiclockd
 @mode 0755
 etc/clockspeed/leapsecs.dat
 @sample etc/rc.d/clockspeed.sh.sample
-man/man1/clockadd.1.gz
-man/man1/clockspeed.1.gz
-man/man1/clockview.1.gz
-man/man1/sntpclock.1.gz
-man/man1/taiclock.1.gz
-man/man1/taiclockd.1.gz
-@unexec echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/etc/clockspeed`` to remove any configuration files left." | fmt
+share/man/man1/clockadd.1.gz
+share/man/man1/clockspeed.1.gz
+share/man/man1/clockview.1.gz
+share/man/man1/sntpclock.1.gz
+share/man/man1/taiclock.1.gz
+share/man/man1/taiclockd.1.gz
+@postunexec echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/etc/clockspeed`` to remove any configuration files left." | fmt