git: 7aec9124921c - main - sysutils/minirsyslogd: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 18:04:48 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aec9124921cd61350784c81676d6aff439f82fc commit 7aec9124921cd61350784c81676d6aff439f82fc Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 18:04:37 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 18:04:37 +0000 sysutils/minirsyslogd: use ${PREFIX}/share/man --- sysutils/minirsyslogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/minirsyslogd/Makefile b/sysutils/minirsyslogd/Makefile index 9a326927b5e7..a381b80eda6c 100644 --- a/sysutils/minirsyslogd/Makefile +++ b/sysutils/minirsyslogd/Makefile @@ -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>