git: 18e4661f4388 - main - misc/digitemp: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 20:07:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18e4661f4388fb29dc8364dab1b6a791e6e1137d

commit 18e4661f4388fb29dc8364dab1b6a791e6e1137d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:06:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:06:44 +0000

    misc/digitemp: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/digitemp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/digitemp/Makefile b/misc/digitemp/Makefile
index bb20ef0c078e..f103e4defee8 100644
--- a/misc/digitemp/Makefile
+++ b/misc/digitemp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	digitemp
 PORTVERSION=	3.7.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 
@@ -19,7 +20,7 @@ ALL_TARGET=	ds9097 ds9097u
 
 PLIST_FILES=	bin/digitemp_DS9097 bin/digitemp_DS9097U \
 		etc/digitemp.conf.sample \
-		man/man1/digitemp.1.gz
+		share/man/man1/digitemp.1.gz
 
 DOCS=		ChangeLog CREDITS FAQ README TODO dthowto.txt \
 		DS9097_Schematic.gif perl python/mysql rrdb
@@ -33,7 +34,7 @@ pre-install:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/digitemp_DS9097 ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/digitemp_DS9097U ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${FILESDIR}/digitemp.conf.sample ${STAGEDIR}${PREFIX}/etc/
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Sample config installed at ${PREFIX}/etc/digitemp.conf.sample"