git: 1a58c770172e - main - graphics/exifprobe: install manpage into canonical location

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 08 Nov 2022 12:09:41 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a58c770172eb7bc33cb74d092c8e2ad4534854d

commit 1a58c770172eb7bc33cb74d092c8e2ad4534854d
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-07 16:54:40 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-08 12:09:17 +0000

    graphics/exifprobe: install manpage into canonical location
---
 graphics/exifprobe/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile
index ef2300cb9962..a81ed42ab429 100644
--- a/graphics/exifprobe/Makefile
+++ b/graphics/exifprobe/Makefile
@@ -10,8 +10,8 @@ MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/exifgrep \
 		bin/exifprobe \
-		man/man1/exifgrep.1.gz \
-		man/man1/exifprobe.1.gz
+		share/man/man1/exifgrep.1.gz \
+		share/man/man1/exifprobe.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
@@ -20,7 +20,7 @@ post-patch:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>