git: 07dab1cde3ab - main - mail/batv-milter: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 20:27:11 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07dab1cde3ab108e1989896fa20ca1971bf5e317
commit 07dab1cde3ab108e1989896fa20ca1971bf5e317
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 17:36:35 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 20:26:38 +0000
mail/batv-milter: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
mail/batv-milter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/batv-milter/Makefile b/mail/batv-milter/Makefile
index f0327c32f8ec..bdaef20a77a7 100644
--- a/mail/batv-milter/Makefile
+++ b/mail/batv-milter/Makefile
@@ -51,7 +51,7 @@ post-install:
.if !defined(WITH_DEBUG)
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/batv-filter
.endif
- @${RM} ${MANPREFIX}/man/cat8/batv-filter.8 ${MANPREFIX}/man/cat8/batv-filter.8.gz
+ @${RM} ${PREFIX}/share/man/cat8/batv-filter.8 ${PREFIX}/share/man/cat8/batv-filter.8.gz
${INSTALL_MAN} ${WRKSRC}/*/batv-filter.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}