git: 7188df6f55f9 - main - emulators/wine-proton: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 10:42:51 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7188df6f55f945a1c514f68e536295548ec0e761
commit 7188df6f55f945a1c514f68e536295548ec0e761
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 10:30:41 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 10:42:28 +0000
emulators/wine-proton: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
emulators/wine-proton/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emulators/wine-proton/Makefile b/emulators/wine-proton/Makefile
index f284c1b31756..fda894982e89 100644
--- a/emulators/wine-proton/Makefile
+++ b/emulators/wine-proton/Makefile
@@ -136,7 +136,7 @@ post-install:
${INSTALL_SCRIPT} ${FILESDIR}/wine-wow64.sh ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/wine
.endif
${RM} -r ${STAGEDIR}${PREFIX}/${PORTNAME}/include
- ${RM} -r ${STAGEDIR}${MANPREFIX}/man
+ ${RM} -r ${STAGEDIR}${PREFIX}/man
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README ANNOUNCE AUTHORS
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}