Skip to content

Commit

Permalink
emulators/wine-proton: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent d608106 commit 7188df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/wine-proton/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7188df6

Please sign in to comment.