git: 03d42d67027a - main - devel/libccid: install manpage into canonical location

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=03d42d67027a064bb851a50f5341fcc29bccfdc4

commit 03d42d67027a064bb851a50f5341fcc29bccfdc4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-07 17:11:31 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-08 12:09:18 +0000

    devel/libccid: install manpage into canonical location
---
 devel/libccid/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 6ab82cd8461a..628a510ad628 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -25,13 +25,13 @@ INSTALL_TARGET=	install-strip
 PLIST_FILES=	bin/RSA_SecurID_getpasswd \
 		lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so \
 		lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist \
-		man/man1/RSA_SecurID_getpasswd.1.gz
+		share/man/man1/RSA_SecurID_getpasswd.1.gz
 
 post-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \
 		${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \
-		${STAGEDIR}${MANPREFIX}/man/man1
+		${STAGEDIR}${MAN1PREFIX}/share/man/man1
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
 
 .include <bsd.port.mk>