aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-07 17:11:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-08 12:09:18 +0000
commit03d42d67027a064bb851a50f5341fcc29bccfdc4 (patch)
tree17b35c51cb5e60e6eddb6ae37e6b2059fed5eee8
parent5c64d3b42a6ca75c72f15f0665e68b1221e01226 (diff)
downloadports-03d42d67027a064bb851a50f5341fcc29bccfdc4.tar.gz
ports-03d42d67027a064bb851a50f5341fcc29bccfdc4.zip
devel/libccid: install manpage into canonical location
-rw-r--r--devel/libccid/Makefile4
1 files 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>