sysutils/minirsyslogd: use ${PREFIX}/share/man

This commit is contained in:
Dirk Meyer 2024-01-11 19:04:37 +01:00
parent da8c93e915
commit 7aec912492
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz \
${STAGEDIR}${MANPREFIX}/share/man/man8/
${STAGEDIR}${PREFIX}/share/man/man8/
.include <bsd.port.mk>