Date: Tue, 8 Nov 2022 12:09:46 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03d42d67027a - main - devel/libccid: install manpage into canonical location Message-ID: <202211081209.2A8C9kRH002811@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211081209.2A8C9kRH002811>